Question

I'm facing new issue with drupal website, when a user create account there is no problem everythings work fine. But after some time one day or less his password automaticaly change and the system send him reset password email how can I solve this? thank you in advance for you answers. Cheer.

Was it helpful?

Solution

Drupal core never resets a user password without interaction from a user.

My best guess it that someone is asking for a new password via /user/password on an account that don't belong to them.

Lets say I have an account called "bratanon" and my friend have one called "foobar". I can then go to www.yoursite.com/user/password and when the site asks me for "my" username tell the site I am "foobar".

Foobars password will now be changed, and he/she will receive a mail with a link to change it.

Or you have installed a none-core module that does this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top