-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add password policy #225
Add password policy #225
Conversation
NeOMakinG
commented
Apr 4, 2022
Questions | Answers |
---|---|
Description? | We need to apply a some JS in order to show password policy tips |
Type? | new feature |
BC breaks? | no |
Deprecations? | no |
How to test? | Go on register as a customer, type your password and have fun! |
Possible impacts? | Register as a customer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove merge commits ?
I'll leave this as a draft and not fixing things until it's merged on the core side, it will avoid me dealing with rebases and whatever :) |
8471324
to
0e98319
Compare
@NeOMakinG looks like there's a conflict 🙃 |
fix: integrate password policy Json encode translations for password feedbacks Make sure data exists before using it Add correct configuration values fix: eslint Implement the score checker and fix: make template available everywhere Update package-lock Fix double import
df72638
to
1da4ada
Compare
@Hlavtox considering mparvarsi's review and stuff, can you check and approve/merge if it looks fine for you? |
@PrestaShop/prestashop-maintainers can I get a review from someone there? @Hlavtox told me that he was ready to merge it but I would like one more pair of eyes on it |
Thanks @NeOMakinG 💋 |