Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

make it possible to disable rememberMe. #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 12, 2016

  1. make it possible to disable rememberMe.

    The remember me functionality can be disabled completely by setting:
    
    ```yaml
    ticket_granting_ticket:
      lifetime_long_term: -1
    ```
    
    This does not only remove the "remember me" checkbox from the login
    screen but also makes the `SessionsController` ignore any posted
    rememberMe param.
    senny committed May 12, 2016
    Configuration menu
    Copy the full SHA
    e9ce5bd View commit details
    Browse the repository at this point in the history