comparison doc/customizing.txt @ 4300:608919e3bbbf

add another simple recipe
author Richard Jones <richard@users.sourceforge.net>
date Mon, 07 Dec 2009 05:08:34 +0000
parents 72463e22640d
children 6ec048310de7
comparison
equal deleted inserted replaced
4299:e16a1131ba67 4300:608919e3bbbf
4604 check=checker(cl)) 4604 check=checker(cl))
4605 db.security.addPermissionToRole('User', p) 4605 db.security.addPermissionToRole('User', p)
4606 db.security.addPermissionToRole('User', 'Create', cl) 4606 db.security.addPermissionToRole('User', 'Create', cl)
4607 4607
4608 4608
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
4609 4625
4610 Changes to the Web User Interface 4626 Changes to the Web User Interface
4611 --------------------------------- 4627 ---------------------------------
4612 4628
4613 Adding action links to the index page 4629 Adding action links to the index page

Roundup Issue Tracker: http://roundup-tracker.org/