Skip to content
Snippets Groups Projects
Commit dac71b8c authored by bwaindwain's avatar bwaindwain Committed by Kristen Pol
Browse files

Issue #3351119 by bwaindwain, Kristen Pol, rajneeshb: Delay warning message has extra spaces

parent 1e6ca5d6
No related branches found
No related tags found
No related merge requests found
Pipeline #101922 passed with warnings
......@@ -106,8 +106,7 @@ class PasswordDelay extends PasswordConstraintBase implements ContainerFactoryPl
$ok_pw_reset_time = $timestamp + $delay;
if ($ok_pw_reset_time > $now_stamp) {
$validation->setErrorMessage($this->t('Not enough time has passed
since this password was last reset.'));
$validation->setErrorMessage($this->t('Not enough time has passed since this password was last reset.'));
}
}
return $validation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment