Git Product home page Git Product logo

isabella232 / commerce-password-policy-enhancement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hcl-tech-software/commerce-password-policy-enhancement

0.0 0.0 0.0 591 KB

Provide a feature to configure the new rules for password policy and same will be applicable for Administrators / Shoppers at the time registration / profile update.

License: Apache License 2.0

Java 67.45% TypeScript 27.54% HTML 5.01%

commerce-password-policy-enhancement's Introduction

About the Commerce Password Policy Enhancement POC

Provide a feature to configure the new rules for password policy and same will be applicable for Administrators / Shoppers at the time registration / profile update. This password policy is for extending the OOTB Password policy to support stricter character cases, numbers, and string patterns.

V8 Implementation

Please refer Readme.md file under V8 folder for V8 implementation.

V9 Implementation

Please refer Readme.md file under V9 folder for V9 implementation.

Rules - Password tokens:

  • Uppercase characters of European languages (A through Z, with diacritic marks, Greek and Cyrillic characters)
  • Lowercase characters of European languages (a through z, sharp-s, with diacritic marks, Greek and Cyrillic characters).
  • Base 10 digits (0 through 9).
  • Non-alphanumeric (special) characters
  • Any Unicode character that is categorized as an alphabetic character but is not uppercase or lowercase. This includes Unicode characters from Asian languages.

In addition

  • The password should not contain contextual information such as login credentials, website name etc
  • The password should not have sequential characters like "abcd1234"
  • The password should not have all same letters like "Aaaaaaaaa"

commerce-password-policy-enhancement's People

Contributors

jamesspak 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.