File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4606,6 +4606,22 @@ for the "issue", "file" and "msg" classes with the following::
46064606 db.security.addPermissionToRole('User', 'Create', cl)
46074607
46084608
4609+ Moderating user registration
4610+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4611+
4612+ You could set up new-user moderation in a public tracker by:
4613+
4614+ 1. creating a new highly-restricted user role "Pending",
4615+ 2. set the config new_web_user_roles and/or new_email_user_roles to that
4616+ role,
4617+ 3. have an auditor that emails you when new users are created with that
4618+ role using roundup.mailer
4619+ 4. edit the role to "User" for valid users.
4620+
4621+ Some simple javascript might help in the last step. If you have high volume
4622+ you could search for all currently-Pending users and do a bulk edit of all
4623+ their roles at once (again probably with some simple javascript help).
4624+
46094625
46104626Changes to the Web User Interface
46114627---------------------------------
You can’t perform that action at this time.
0 commit comments