Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Any way to retrieve user info that is been rejected?
Is there a way to see rejected user info details and possible re-initiate the join request? My co-worker accidentally rejected an user who applied for membership.
Thank you in advance
Tagged:
0
Comments
I'm not sure, but I have a hunch the data is still stored in the DB. Let's look at the application process.
/entry/register
)/applications/dashboard/controllers/class.entrycontroller.php
)RegisterApproval()
callsUserModel::Register()
/applications/dashboard/models/class.usermodel.php
)InsertForApproval()
/user/applicants
which maps to the user controller (/applications/dashboard/controllers/class.usercontroller.php
UserModel::Decline
methodLooks like you should be able to restore from the LogModel. Check out https://forums.example.com/dashboard/log/edits
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.