mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 13:59:23 +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
|
//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
|
//Block form
|
||||||
return false;
|
return false;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
<div class="checkbox icheck">
|
<div class="checkbox icheck">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="rememberLogin" /> Remember Me
|
<input type="checkbox" id="rememberLogin" checked /> Remember Me
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user