Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix remember me login #1347

Merged
merged 6 commits into from
Nov 2, 2016
Merged

fix remember me login #1347

merged 6 commits into from
Nov 2, 2016

Commits on Nov 2, 2016

  1. bring back remember-me

    * try to reuse the old session token for remember me login
    * decrypt/encrypt token password and set the session id accordingly
    * create remember-me cookies only if checkbox is checked and 2fa solved
    * adjust db token cleanup to store remembered tokens longer
    * adjust unit tests
    
    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and LukasReschke committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    d907666 View commit details
    Browse the repository at this point in the history
  2. inject ISecureRandom into user session and use injected config too

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst authored and LukasReschke committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    6f86e46 View commit details
    Browse the repository at this point in the history
  3. Fix invalid PHPDocs

    Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
    LukasReschke committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    b269ed5 View commit details
    Browse the repository at this point in the history
  4. Fix typ in constant name

    Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
    LukasReschke committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    271f2a4 View commit details
    Browse the repository at this point in the history
  5. Add missing tests and fix PHPDoc

    Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
    LukasReschke committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    9d6e01e View commit details
    Browse the repository at this point in the history
  6. document what the method does

    Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
    ChristophWurst committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    4da6b20 View commit details
    Browse the repository at this point in the history