interface ResetsUserPasswords

Methods

void
reset(CanResetPassword $user, array $input)

Reset the user's password.

Details

at line 16
void reset(CanResetPassword $user, array $input)

Reset the user's password.

Parameters

CanResetPassword $user
array $input

Return Value

void