|
Lines 117-122
Link Here
|
| 117 |
<li>Password must contain at least one digit, one lowercase and one uppercase.</li> |
117 |
<li>Password must contain at least one digit, one lowercase and one uppercase.</li> |
| 118 |
[% ELSIF password_has_whitespaces %] |
118 |
[% ELSIF password_has_whitespaces %] |
| 119 |
<li>Password must not contain leading or trailing whitespaces.</li> |
119 |
<li>Password must not contain leading or trailing whitespaces.</li> |
|
|
120 |
[% ELSIF password_used_before %] |
| 121 |
<li>This password has been used before. You cannot reuse any of your last [% password_history_count | html %] passwords.</li> |
| 120 |
[% ELSIF (errLinkNotValid) %] |
122 |
[% ELSIF (errLinkNotValid) %] |
| 121 |
The link you clicked is either invalid, or expired. |
123 |
The link you clicked is either invalid, or expired. |
| 122 |
<br />Be sure you used the link from the email, or contact library staff for assistance. |
124 |
<br />Be sure you used the link from the email, or contact library staff for assistance. |