add client_add_password
This commit is contained in:
10
app/views/reset.phtml
Normal file
10
app/views/reset.phtml
Normal file
@@ -0,0 +1,10 @@
|
||||
<form method="POST" action="<?=$url?>">
|
||||
<p>Придумайте пароль не менее 5 символов</p>
|
||||
<p>Пароль:<input name="pass" type="password" required></p>
|
||||
<p>Повторить:<input name="pass2" type="password" required></p>
|
||||
<input name="submit" type="submit" value="Сохранить пароль">
|
||||
</form>
|
||||
|
||||
<?if (isset($result)):?>
|
||||
<div id="error" style="color: red;"><?=$result?></div>
|
||||
<?endif?>
|
||||
Reference in New Issue
Block a user