add reminder
This commit is contained in:
16
app/views/reminder.phtml
Normal file
16
app/views/reminder.phtml
Normal file
@@ -0,0 +1,16 @@
|
||||
<div id="container_form">
|
||||
|
||||
<h1>Восстановление пароля</h1>
|
||||
|
||||
<?if (isset($error)):?>
|
||||
<div id="error" style="color: red;"><?=$error?></div>
|
||||
<?endif?>
|
||||
|
||||
<form method="POST" action="reminder">
|
||||
|
||||
<p><input name="resetmail" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /><span class="icon"><i class="far fa-envelope"></i></span></p>
|
||||
<p><input class="submit" type="submit" value="ОТПРАВИТЬ"></p>
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user