corect md5 cookie password
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div class="book_mini">
|
||||
<a href="<?=$book['link']?>">
|
||||
<img src="<?=$book['pic']?>">
|
||||
<p><?=$book['pricename']?></p>
|
||||
<p class="book_mini_title"><?=$book['pricename']?></p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
<form method="POST" action="login">
|
||||
<p><label for="username" id="formtitle">Вход в личный кабинет</label></p>
|
||||
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту"/></p>
|
||||
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль"></p>
|
||||
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /></p>
|
||||
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль" required ></p>
|
||||
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div id="container_form">
|
||||
<form method="POST" action="<?=$url?>">
|
||||
<p><label for="new-password" id="formtitle">Придумайте пароль не менее 5 символов<br> и повторите его для подтверждения:</label></p>
|
||||
<p><input name="new-password" id="new-password" type="password" autocomplete="new-password" minlength="<?=$minlen?>" placeholder="Введите пароль" required /></p>
|
||||
<p><input name="new-password" id="new-password" type="password" autocomplete="new-password" minlength="<?=$minlen?>" placeholder="Введите пароль" required autofocus /></p>
|
||||
<p><input name="confirm-password" id="confirm-password" type="password" autocomplete="new-password" minlength="<?=$minlen?>" placeholder="Повторите пароль" required /></pdf>
|
||||
<p><input name="reset-submit" class="submit" type="submit" value="Сохранить пароль"></p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user