[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread RjOllos
On Tuesday, September 5, 2017 at 3:09:40 PM UTC-7, Nicolas MARTIN wrote: > > From the information we have the hashes must not have the proper prefix. > > $ grep -o ':\$[^$]*' ~/auth/trac.passwd | sort | uniq -c >1428 :$1 > 182 :$6 > 3 :$apr1 > > '$1' hash passwords are from the

[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread Nicolas MARTIN
On 05/09/2017 22:45, RjOllos wrote: On Tuesday, September 5, 2017 at 1:29:38 PM UTC-7, Nicolas MARTIN wrote: What does the following yield on your system? >>> from passlib.apps import custom_app_context as passlib_ctxt >>> passlib_ctxt.policy.schemes() ['sha512_crypt',

[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread RjOllos
On Tuesday, September 5, 2017 at 1:45:13 PM UTC-7, RjOllos wrote: > > There are multiple problems with password reset. AccountManager hasn't > been fully adapted to account for username caching in Trac 1.0.2+. > https://trac-hacks.org/ticket/11869 > https://trac-hacks.org/ticket/12768 > > -

[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread RjOllos
On Tuesday, September 5, 2017 at 1:29:38 PM UTC-7, Nicolas MARTIN wrote: > > What does the following yield on your system? > >>> from passlib.apps import custom_app_context as passlib_ctxt > >>> passlib_ctxt.policy.schemes() > ['sha512_crypt', 'sha256_crypt'] > > Seems to be a dead-end because

[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread Nicolas MARTIN
On 05/09/2017 21:11, RjOllos wrote: On Tuesday, September 5, 2017 at 5:40:01 AM UTC-7, Nicolas MARTIN wrote: Hello Trac users, Few months ago, we moved in our project from HTTP to HTML authentication with AccountManager. No particular issue since then except a warning

[Trac] Re: AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread RjOllos
On Tuesday, September 5, 2017 at 5:40:01 AM UTC-7, Nicolas MARTIN wrote: > > Hello Trac users, > > > Few months ago, we moved in our project from HTTP to HTML authentication > with AccountManager. No particular issue since then except a warning in > the log "Trac[web_ui] WARNING: ResetPwStore

[Trac] AccountManager: erratic behaviour of ResetPwStore

2017-09-05 Thread Nicolas MARTIN
Hello Trac users, Few months ago, we moved in our project from HTTP to HTML authentication with AccountManager. No particular issue since then except a warning in the log "Trac[web_ui] WARNING: ResetPwStore is disabled, therefore password reset won't work." but with no evident effect