Modify ↓
Opened 18 years ago
Closed 18 years ago
#1116 closed defect (duplicate)
Set permission group of new user
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When registering a new user it would be nice if a default permission group could be set. For example, I have a permission group called user and I would like all new users who register to get that group for their permissions, i.e. essentially do a:
$ trac-admin /path/to/projenv permission add newly_registered_user user
Thanks
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This is a duplicate of #811.
This is not necessary since registered users are already part of the "authenticated" group which you can use to manage their permissions.