On 8/14/06, Ákos Maróy <[EMAIL PROTECTED]> wrote:
I just installed the AccountManagerPlugin, and I have some questions
about it / around the issue of having users register & use Trac.
- what are the default permissions for registered users?
If you haven't changed them, then you can see what's set (if anything)
by running:
$ trac-admin /path/to/trac permission list authenticated
Logged in users have access to the permissions assigned by the
authenticated pseudo-user.
and how can I set them?
$ trac-admin /path/to/trac permission add authenticated PERM_1 PERM_2
$ trac-admin /path/to/trac permission remove authenticated PERM_3 PERM_4
- how could the users get e-mail notifications on their tickets?
Look at the always_notify_* options for trac.ini.
when users register, they don't supply an e-mail address - so they can't
ask for e-mail notifications on 'their tickets'. am I missing something?
Users can access the Settings link to supply an email address.
HTH.
--
Rob Wilkerson
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac