Email Confirmation Role
It shows only member, Moderator and administrator in the dropdown
Version : the very latest version.
Thanks
Version : the very latest version.
Thanks
0
Best Answer
-
Todd Vanilla Staff
You need to give the Confirm Email role signin permission. If you can't do this then do one of the following:
1. Create a new role for Confirm Email and give it signin and view permissions.
2. Execute the following sql and then give Confirm Email signin permission.update GDN_Role set CanSession = 1 where Name = 'Confirm Email';
0
Answers
1. Create a new role for Confirm Email and give it signin and view permissions.
2. Execute the following sql and then give Confirm Email signin permission.