volatiletech/authboss

Recover Module Should Use UpdatePassword Method

ibraheemdev opened this issue · 1 comments

Shouldn't the EndPost() method in the recover module use the UpdatePassword() method, instead of essentially rewriting it? Currently UpdatePassword() is defined but not used internally. Should I make a PR, or is there a reason for this?

Doesn't seem that there's any reason other than EndPost was written before UpdatePassword was. A PR would be accepted.