<form action="{$GRID_LINK}" method="post">
|
<br />
|
<b style="font-size: 14px;">Bitte vergeben Sie ein neues Passwort</b><br />
|
{$pass}: <input type="password" name="newpwd" size="10" /><br />
|
<br />
|
<b style="font-size: 14px;">Bitte Passwort bestätigen</b><br />
|
{$pass}: <input type="password" name="newpwd2" size="10" /><br />
|
a-z, A-Z, 0-9, minLength:6<br />
|
<input type="submit" value="{$apply}" />
|
</form>
|