UserPasswordInterface
interface UserPasswordInterface
Interface to be called for DI for User Password related services
Methods
change($user)
Changes the password
bool
delayExpired($user)
Checks if delay has expired
resetConfirm($user)
Confirms the reset of password
resetRequest(Request $request, $formData)
Request to reset the password
Details
at line 24
change($user)
Changes the password
at line 30
bool
delayExpired($user)
Checks if delay has expired
at line 35
resetConfirm($user)
Confirms the reset of password
at line 40
resetRequest(Request $request, $formData)
Request to reset the password