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