Hello,

I am using the latest trunk-version of AccountManagerPlugin on Trac 1.4

My trac.ini looks like this:

[account-manager]
> allow_delete_account = disabled
> htdigest_file = /var/lib/trac/testsystem/.htdigest
> htdigest_realm = testsystem
> password_store = HtDigestStore
> username_regexp = (?i)^[a-z0-9.]{3,}$
> verify_email = disabled
>

Under [components], I have nothing related with this plugin.
The passwords are stored in /var/lib/trac/testsystem/.htdigest

Via the Account Manager, creating a new user and setting a new password 
manually works as it should. 
When I select a user and click on "Reset password", the user gets an email 
with the new password. 
But when I then try to login with the new password, it's not working - only 
the old password is working.

I found a ticket on trac-hacks (#11869) with a similar problem, but it 
seems like the logic has changed and the ResetPwStore and ResetPwStore does 
not exist anymore, but I'm not sure.
I am also not sure if this is an installation / setting issue or an issue 
of plugin.

Can anybody help?

Thank you!

Best regards,
Andreas

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/5401828c-807b-4b56-8e8c-e29c5c893b29%40googlegroups.com.

Reply via email to