16 lines
804 B
Smarty
16 lines
804 B
Smarty
<span class="errormsg">
|
|
{t}Your password did not pass our security check.{/t}<br />
|
|
{t}Verify that your password matches the following criteria:{/t}<br />
|
|
<ul>
|
|
<li>{t}Between 6 and 60 chars of length{/t}</li>
|
|
<li>{t}At least 4 different chars{/t}</li>
|
|
<li>{t}Do not use parts of your username, name or email{/t}</li>
|
|
<li>{t}Do not use common geocaching words{/t}</li>
|
|
<li>{t}Do not use dictionary words like 'master'{/t}</li>
|
|
<li>{t}Do not use easy-to-guess number and letter sequences like '123456' or 'qwerty'{/t}</i>
|
|
<li>{t}Not all special characters are allowed. You may only use{/t}<br />
|
|
{t}a-z A-Z 0-9 and .-_ @äüöÄÜÖ=)(/\&*+~#{/t}</li>
|
|
</ul>
|
|
{t}This rules ensures that your password cannot be guessed by an automated script.{/t}
|
|
</span>
|