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
Keywords: | helpwanted added |
---|---|
Priority: | normal → lowest |
Type: | defect → enhancement |
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Keywords: | password migration added; helpwanted removed |
---|---|
Priority: | lowest → low |
Resolution: | wontfix |
Status: | closed → reopened |
Trac Release: | 0.10 → 0.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
Owner: | changed from Matt Good to Steffen Hoffmann |
---|---|
Status: | reopened → new |
I needed this, so I took care of it on my own. Any feedback is still welcome.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
I'm not likely to work on this anytime soon, but if you'd like to provide a patch I'll consider it.