Modify

Opened 18 years ago

Closed 13 years ago

#814 closed enhancement (fixed)

easier migrating password_format to another

Reported by: moo Owned by: Steffen Hoffmann
Priority: low Component: AccountManagerPlugin
Severity: normal Keywords: password migration
Cc: Trac Release: 0.11

Description

it would be nice if i can change password_file format gracefully, without hurting existing users. switching to another format should still support the old one, and should update the file as soon as the user login (password learning)

Attachments (0)

Change History (5)

comment:1 Changed 18 years ago by Matt Good

Keywords: helpwanted added
Priority: normallowest
Type: defectenhancement

I'm not likely to work on this anytime soon, but if you'd like to provide a patch I'll consider it.

comment:2 Changed 16 years ago by John Hampton

Resolution: wontfix
Status: newclosed

I'm closing this ticket due to a lack of activity. The new chained password stores can alleviate this problem by allowing multiple password stores to be used. It won't do the migration, however.

If you have a patch against 0.11 for this feature, please attach it and reopen the ticket.

comment:3 Changed 13 years ago by Steffen Hoffmann

Keywords: password migration added; helpwanted removed
Priority: lowestlow
Resolution: wontfix
Status: closedreopened
Trac Release: 0.100.11

Not knowing about this old ticket I just stumbled over it.

If you still care, the migration is now supported by setting multiple password stores and the AcctMgr option refresh_passwd = true. But it has not been back-ported to 0.10 branch so far.

comment:4 Changed 13 years ago by Steffen Hoffmann

Owner: changed from Matt Good to Steffen Hoffmann
Status: reopenednew

I needed this, so I took care of it on my own. Any feedback is still welcome.

comment:5 Changed 13 years ago by Steffen Hoffmann

Resolution: fixed
Status: newclosed

history of implementation:

  • [10244] introduced the core function to 'trunk'
  • [10250] added db storage support to prevent repeated refresh attempts for the same user
  • [10286] added support for enabling/disabling the function from configuration admin page
  • [10393] made the feature available as part of acct_mgr-0.3
  • [10469] added the ability to restart the refresh for all users as often as needed
  • [10470] finally made the full feature set available as part of acct_mgr-0.3.1

Have fun.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.