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

Conversation

senny
Copy link

@senny senny commented Nov 24, 2015

The remember me functionality can be disabled completely by setting:

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.

I'm submitting this PR to see wether this is something that you feel should be configurable. I'd understand if that's not the case and we simply keep the patch for our fork.

Thanks for your time and a great project 💛

@pencil
Copy link
Member

pencil commented May 8, 2016

Thanks! Sorry for the delay, can you please merge current master so we can merge this?

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
Copy link
Author

senny commented May 12, 2016

@pencil rebased.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants