Vote #67999
完了changing the authentication mode from ldap to internal with setting the password
100%
説明
Database: PostgreSQL 8.4
Ruby: 1.8.7
Rails: 2.3.5
error description:
On changing the authentication mode from ldap to internal and set the new password in one step, this will result in an changed authentication mode with an unchanged password. The notification via mail shows the changed password, but it wouldn't be changed. The redmine-log shows no error. Also all other logs, e.g. postgres, shows quiet good.
journals
I'm guessing that the password is getting set before the authentication mode is changed. Since LDAP doesn't allow password changes, the change is "lost". I'll try to reproduce it and see about fixing it in 1.0.2.
--------------------------------------------------------------------------------
Fixed in r4066.
--------------------------------------------------------------------------------
Merged into 1.0-stable for release in 1.0.2
--------------------------------------------------------------------------------