None
pending
nobody
2014-06-11
2014-02-26
No
3 up votes | 0 down votes | 100%
4 comments

Would it be possible to add a "Remember Me" tick box to the Login Form

Discussion

  • Rui Ferreira
    Rui Ferreira
    2014-04-07

    Looking into this.

    Most immediate solution is to enable the remember me behaviour by default for all of the sessions - in practice this is not too different from the default behaviour in other websites. This also seems to fit well with [#126].

    On a technical side note this is enabled via

    [app:main]
    beaker.session.cookie_expires = false
    

    which enables this for all sessions, but the per-session option does not seem to be available from the API. These configuration changes are currently enabled in the staging instance.

     

    Related

    Ticket: #126

  • Rui Ferreira
    Rui Ferreira
    2014-04-07

    • status: open --> accepted
     
  • Rui Ferreira
    Rui Ferreira
    2014-04-23

    Hi Miguel, I've fixed this in production, can you check if your session is stored.

     
  • Rui Ferreira
    Rui Ferreira
    2014-06-11

    • status: accepted --> pending