Modify ↓
Opened 16 years ago
Closed 16 years ago
#3574 closed enhancement (fixed)
Multiple projects are not supported because accounts are not stored globally
Reported by: | anonymous | Owned by: | Catalin BALAN |
---|---|---|---|
Priority: | normal | Component: | UserManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
UserManagerPlugin stores the new accounts in the Database for the single project and not in a global place like AccountManagerPlugin.
It would be very useful if UserManagerPlugin can store accounts globally e.g. in a htpasswd-file.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Thank you for your feedback.
This happens because session_attribute table is used by UserManagerPlugin to store user attributes.
As a workaround until I come up with a fix for the multi-project context, UserManagerPlugin should raise a warning, on the admin screen, when users from accountManager are not added to the team. Press the "Add Users" button present there in order to add users managed by accountManager(htpasswd) - only username is added, other user attributes are not added.
Closing this ticket. Moving this issue to #3581 ticket.