
|
If you were logged in you would be able to see more operations.
|
|
|
The password reminder will create a new password and send it to the given user via email.
But if the system can not send the email for some reason, it will still change the password. Therefore the user won't be able to log in anymore.
|
|
Description
|
The password reminder will create a new password and send it to the given user via email.
But if the system can not send the email for some reason, it will still change the password. Therefore the user won't be able to log in anymore. |
Show » |
|
Becasue I didn't have any SMTP servers listed, I was curious what Confluence would do if someone forgot their password. I logged out, and foolishly typed in the admin's username.
Even without any STMP servers, confluence immediately changed the admin password, and I was off hacking the database to restore a known password hash.
What is distrubing, is that really anyone could put anyone's name into the 'forgot password' page to lock them out. Unfortunately also,users have no way of knowing that no password was actually sent (it says an email was sent to them), and the admins have no way of knowing until a few days later when they ask where their email is.
In the meantime, I think I'll create a secondary admin account until I have an stmp server running.