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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expire Passwords #89

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from
Draft

Commits on May 7, 2021

  1. add admin page for password policy screens

    Ivan Lopez committed May 7, 2021
    Configuration menu
    Copy the full SHA
    8df3977 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. add past password class that keeps track of a users past passwords an…

    …d compares it to the password they are trying to set
    Ivan Lopez committed May 14, 2021
    Configuration menu
    Copy the full SHA
    744430e View commit details
    Browse the repository at this point in the history
  2. add login password policy logic

    Ivan Lopez committed May 14, 2021
    Configuration menu
    Copy the full SHA
    0b1370c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    4ef53f9 View commit details
    Browse the repository at this point in the history
  2. register daily cron event to notify all users who qualify for an soon…

    … to be expired password
    Ivan Lopez committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    abb9bb2 View commit details
    Browse the repository at this point in the history
  3. fix email message and add deactivation cleanup code

    Ivan Lopez committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    11642ec View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. fix email notification logic and add the ability to include dynamic t…

    …ext in the reminder email
    Ivan Lopez committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c37baa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. update reminder date logic so that emails get sent out to users how p…

    …assoword expire in x days
    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    64d43a1 View commit details
    Browse the repository at this point in the history
  2. add constant to disable password policy functionality

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    bd8d027 View commit details
    Browse the repository at this point in the history
  3. update readme file

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    29a39d0 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7f903c5 View commit details
    Browse the repository at this point in the history
  5. remove extra space

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    b4f630f View commit details
    Browse the repository at this point in the history
  6. update constant name

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    fca8e3b View commit details
    Browse the repository at this point in the history
  7. add additional checks to make sure our password policy setting are at…

    … least greater than one day
    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    615ead2 View commit details
    Browse the repository at this point in the history
  8. fix expire description

    Ivan Lopez committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    d8a5ac1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. rollback version

    Ivan Lopez committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    ed77f1d View commit details
    Browse the repository at this point in the history