mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Login permanent by default
This commit is contained in:
parent
882781e216
commit
93969fc9f1
@ -83,7 +83,7 @@ ComunicWeb.components.menuBar.notAuthenticated = {
|
||||
};
|
||||
|
||||
//Try to login user
|
||||
ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, false, afterTryLogin);
|
||||
ComunicWeb.user.userLogin.loginUser(emailInput.value, passwordInput.value, true, afterTryLogin);
|
||||
|
||||
//Block form
|
||||
return false;
|
||||
|
@ -24,7 +24,7 @@
|
||||
<div class="col-xs-8">
|
||||
<div class="checkbox icheck">
|
||||
<label>
|
||||
<input type="checkbox" id="rememberLogin" /> Remember Me
|
||||
<input type="checkbox" id="rememberLogin" checked /> Remember Me
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user