Changes between Initial Version and Version 8 of Ticket #12278


Ignore:
Timestamp:
Jul 29, 2015, 7:11:03 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12278 – Description

    initial v8  
    11This is trac-1.0.4.
    22
    3 Using "Reset password" does send a new password via Email, but never touches the trac.htpasswd. The new password doesn't work and the old password is still valid and password-reset enforcement is there after login.
     3Using //Reset password// **does** send a new password via Email, but never touches the `trac.htpasswd`. The new password **doesn't** work, the old password is still valid and password-reset enforcement is there after login.
    44
    5 However changing the htpasswd manually by the admin is the only work-around for users forgot their passwords:
    6 {{{
     5Changing the `htpasswd` file manually by the admin is the only work-around for users forgot their passwords:
     6{{{#!sh
    77htpasswd trac.htpasswd USER
    88}}}
     
    1414INFO: Password reset for user: ...
    1515}}}
    16 and now errror.
     16and now error.
    1717
    18 AccountManager-Part of the config:
    19 {{{
     18!AccountManager config:
     19{{{#!ini
    2020[account-manager]
    2121htpasswd_file = /mnt/data/trac/projects/A/trac.htpasswd