Password Reset Emails Not Working
-
Try updating to latest on 0.6.x or on master.
There were missing callbacks so clicking the button looked like it was not doing anything.
@scottalanmiller check out your advanced>events tab and see if there is a
password-reset
event logged. -
It looks okay in the events....
{ "_key": "event:17", "targetUid": "9", "timestamp": 1423703469641 }
-
Figured it out, account was locked as well. Should a reset include removing a lockout?
-
It does not appear to. I'm wondering if maybe it should? You kind of expect it to.
-
Hi,
I'm facing the same problem.
I'm trying to migrate a medium/large size forum (import plugin system is fantastic!).As I now try to reset passwords, I get the mail, but the password reset form does nothing (it does complain correctly on too short passwords). During the import, I left the password fields empty.
The events on ACP do not show anything coming in.
I'm on 0.6.x updated this morning.New user creation works ok.
Editing to say that I'm running on Mongo if that has any impact.
-
@Codejet so going back to 0.6.1 would fix it? (except the button not showing that something happened)
This is mostly a theoretical question, as the intention is to have OAuth only for logging in.
But now in the testing phase that would benefit from using some of the accounts locally. -
-