Ticket #3574 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Multiple projects are not supported because accounts are not stored globally

Reported by: anonymous Assigned to: cbalan
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

Change History

08/20/08 13:14:25 changed by cbalan

  • status changed from new to closed.
  • resolution set to fixed.

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.


Add/Change #3574 (Multiple projects are not supported because accounts are not stored globally)




Change Properties
Action