diff options
author | redmatrix <git@macgirvin.com> | 2016-04-03 17:38:17 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-03 17:38:17 -0700 |
commit | a703835b5cdbe737be98374a51363426083fee8f (patch) | |
tree | 9c561d2add476833c6ea4147ecf69518cad9003e /view | |
parent | bf3f3564e08754c3f91524798523839ae7b9094c (diff) | |
download | volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.tar.gz volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.tar.bz2 volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.zip |
Bug: "remember me" doesn't
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/login.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index da38f3571..d56c8f272 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -5,7 +5,7 @@ <div id="login-input" class="form-group"> {{include file="field_input.tpl" field=$lname}} {{include file="field_password.tpl" field=$lpassword}} - {{include file="field_checkbox.tpl" field=$remember}} + {{include file="field_checkbox.tpl" field=$remember_me}} <button type="submit" name="submit" class="btn btn-block btn-primary">{{$login}}</button> </div> <div id="login-extra-links"> |