GithubHelp home page GithubHelp logo

m2-password-checks's Introduction

Mage2 Module GetJohn PasswordCheck

"getjohn/module-passwordcheck"

Main Functionalities

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/GetJohn
  • Enable the module by running php bin/magento module:enable GetJohn_PasswordCheck
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require getjohn/module-passwordcheck
  • enable the module by running php bin/magento module:enable GetJohn_PasswordCheck
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Prevent Re-using Last X Passwords (customer/password/prevent_reusing_password)

  • Enforce Password Reset Every X Days (customer/password/enforce_password_reset)

  • X Days (customer/password/x_days)

Specifications

  • Plugin

    • beforeExecute - Magento\Customer\Controller\Account\EditPost > GetJohn\PasswordCheck\Plugin\Magento\Customer\Controller\Account\EditPost
  • Plugin

    • afterExecute - Magento\Customer\Controller\Account\EditPost > GetJohn\PasswordCheck\Plugin\Magento\Customer\Controller\Account\EditPost
  • Plugin

    • beforeExecute - Magento\Customer\Controller\Account\ResetPasswordPost > GetJohn\PasswordCheck\Plugin\Magento\Customer\Controller\Account\ResetPasswordPost
  • Plugin

    • afterExecute - Magento\Customer\Controller\Account\ResetPasswordPost > GetJohn\PasswordCheck\Plugin\Magento\Customer\Controller\Account\ResetPasswordPost
  • Plugin

    • afterAuthenticate - Magento\Customer\Model\AccountManagement > GetJohn\PasswordCheck\Plugin\Magento\Customer\Model\AccountManagement
  • Plugin

    • beforeChangePassword - Magento\Customer\Model\AccountManagement > GetJohn\PasswordCheck\Plugin\Magento\Customer\Model\AccountManagement
  • Plugin

    • beforeResetPassword - Magento\Customer\Model\AccountManagement > GetJohn\PasswordCheck\Plugin\Magento\Customer\Model\AccountManagement

Attributes

  • Customer - Password History (password_history)

  • Customer - Password Last Changed Date (password_last_changed_date)

m2-password-checks's People

Contributors

johnorourke avatar noeli-eshopguru avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.