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.
Existing users show up for registration approval
Hi guys,
I've moved my old Vanilla install and updated the version. After realizing I hadn't set the standard role for new users and correcting that many old users are now showing up for approval again. This is an issue because if I decline them any threads they've created are deleted. But if I confirm them everyone will get an email. Is there any way I can remove them from the queue of applicants without sending them an email or deleting their threads?
Thank you.
0
Comments
Edit your Applicants Role and look at the url, it should be something like
/role/edit/4
If it is not 4, set
Garden.Registration.ApplicantRoleID
in your config accordingly
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thank you for your response Bleistivt. The Applicants Role is set to 4.
Any other ideas?
To be clear, these are existing users who, for some reason I don't understand, appear as Applicants again.
Thanks!
What roles are set for these users?
The applicants page in the dashboard only displays users with the role, that is set in
Garden.Registration.ApplicantRoleID
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Are there any non-conforming role IDs in the UserRole table?
I believe that can cause some issues in migrations.
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.
You can check that applicant role more comfortable at /dashboard/role/defaultroles
After checking my config settings it turns out that pending users were incorrectly set to 2. Changed it to 4 and all was good.
Thank you all for responding and helping me out here. It's greatly appreciated!