Modify ↓
Opened 18 years ago
Closed 18 years ago
#811 closed enhancement (worksforme)
Automatically add new users to a pre-configured group
Reported by: | anonymous | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When a new user is created by registering it would be usefull to add them to a preconfigured group (via webadmin or the trac.ini).
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
As coderanger said all users are automatically part of the "authenticated" group, so you shouldn't need to add them all to another group.
Note: See
TracTickets for help on using
tickets.
This is accomplished though the
authenticated
group provided by Trac.