-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password has to be reset after logging out #167
Comments
Hi, |
Yes exactly: I set a password, login, logout, try to login again and get the error: »ERROR () - Provided password is incorrect«. When I request and set a new password, it works again. |
I think your password doesn't work at all. When requesting a password, you use an authentication URL . So you have a session when redefining a password and that's the session you're using until logging out. |
sympa.log:
|
I was able to reproduce the problem in 6.2.26 but it disappeared when, after setting the new password, I closed the browser and opened it again. After that, the new password worked flawlessly. |
I (and another user on the same server) reproduced this bug on 6.2.20 and 6.2.22 a few times. Though it is not necessarily the reason, both of them have listmaster privilege and are registered as privileged owners of several lists. |
Same issue faced with a public instance of Sympa 6.2.34. Resetting my password apparently solved the problem (to be confirmed over the time). |
This is still a problem with the current beta, the password is changed by Sympa. IMHO this is really a serious issue. It might be a problem with cookies, as there are cookies for lists.example.com and .lists.example.com. |
This problem still occurs on my site(s). I agree we would be better to solve it soon --- I'll assign 6.2.40 milestone (maybe at spring). On sympa_altemail cookie, I'll open another issue. |
Recently I couldn't reproduce it with 6.2.41b.1. Did anyone reproduced this bug with 6.2.40 or later? |
If there will not be additional reports of reproducing, I'd like to close this issue by now. |
Sympa 6.2.24, one virtual host
Debian 9
Each time I logout of my Sympa instance I can't login again on both domains without requesting a new password. Is that a bug or known issue or could it be a configuration error on my part? Appreciate your thoughts!
Thanks!
The text was updated successfully, but these errors were encountered: