Defect #2206
closedUser sees register-page after successful login (LDAP)
0%
Description
I configured Redmine to authenticate against an LDAP-Server which works like a charm.
But there is a little problem: After a successful login, the user will see the register-page.
Here is how this happened:
- User registers, but needs to be approved by admin
- Admin approves user and sets authentication to LDAP
- User tries to log in for the first time with the correct username but the wrong password.
- Redmine denies access
- User retries to log in, this time with the correct username AND the correct passwort
- User is logged in but sees the register-page
This happens only once.
Updated by Azamat Hackimov almost 16 years ago
That normal behavior. After first successful login against LDAP user must confirm or edit data retrived from directory. Otherwise if he not have email in LDAP, he never able recieve notifications.
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
I confirm this defect and it is fixed in r2062.
Same kind of bug was happening if a user click the Login link twice before logging in.