Recover Module Should Use UpdatePassword Method
ibraheemdev opened this issue · 1 comments
ibraheemdev commented
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?
aarondl commented
Doesn't seem that there's any reason other than EndPost was written before UpdatePassword was. A PR would be accepted.