Модель сессии и логина переписана и работает

This commit is contained in:
2020-03-15 22:45:11 +03:00
parent fb0fa13a4e
commit 60f3fd5c09
5 changed files with 51 additions and 43 deletions

View File

@@ -31,7 +31,7 @@
<input type="text" class="form__input-text-mod" placeholder="Логин" name= "LogUserLogin">
</label>
<label class="form__cell-header">
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserLogin">
<input type="password" class="form__input-text-mod" placeholder="Пароль" name= "LogUserPassw">
</label>
<a href="" class="input">
<input type="button" href="/content.html" name="LogButton" class="header_btn" value="Войти" >
@@ -88,7 +88,7 @@
<div class="form__controls">
<div class="form__controls-btns clearfix">
<div class="form__controls-right">
<button type="submit" value="Отправить" class="form__submit" name="RegButton" href="/content" >Регистрация</button>
<button type="submit" value="Отправить" class="form__submit" name="RegButton" >Регистрация</button>
</div>
</div>
</div>