Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Set Password Strength for Meteor accounts login #11

Open
jeffcorpuz opened this issue Oct 2, 2018 · 3 comments
Open

Set Password Strength for Meteor accounts login #11

jeffcorpuz opened this issue Oct 2, 2018 · 3 comments
Labels
enhancement For issues that describe a feature that needs to be added, changed, or removed, but is not a bug help wanted For issues that have a clear solution described and are not currently prioritized core team work

Comments

@jeffcorpuz
Copy link

Feature Request Description

There is no standard password strength checklist or a place where you can enable the strength of a password when creating accounts and/or resetting passwords.

i.e You can create an account with a password with one character.

Possible Solution

Add the capability for an administrator to set-up minimum password requirements.
Add a reasonable default password requirement.

Examples:

  • Minimum length
  • Maximum length
  • Allowed characters
  • Diversity of characters

Source:
https://en.wikipedia.org/wiki/Password_strength

@ticean
Copy link
Member

ticean commented Oct 2, 2018

The issue title contains "OAuth/Hydra" but password policies are completely handled by the "Identity Provider", implemented by Reaction by the Meteor auth package. Hydra only issues tokens upon confirmation of the user login.

@jeffcorpuz jeffcorpuz changed the title [request] Set Password Strength for OAuth/Hydra [request] Set Password Strength for Identity Provider Oct 2, 2018
@jeffcorpuz
Copy link
Author

@ticean thanks for the clear up! edited the title to reflect it properly.

@impactmass impactmass removed their assignment Oct 14, 2018
@aldeed
Copy link
Contributor

aldeed commented Oct 18, 2018

Meteor's story on this seems to be that you should do it with a regular expression, or using something like zxcvbn in browser code. It seems possible to re-check on the server, but not easy given their default configuration.

@impactmass impactmass changed the title [request] Set Password Strength for Identity Provider [request] Set Password Strength for Meteor accounts login Oct 18, 2018
@aldeed aldeed transferred this issue from reactioncommerce/reaction Dec 16, 2019
@aldeed aldeed changed the title [request] Set Password Strength for Meteor accounts login Set Password Strength for Meteor accounts login May 15, 2020
@aldeed aldeed added enhancement For issues that describe a feature that needs to be added, changed, or removed, but is not a bug help wanted For issues that have a clear solution described and are not currently prioritized core team work labels May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement For issues that describe a feature that needs to be added, changed, or removed, but is not a bug help wanted For issues that have a clear solution described and are not currently prioritized core team work
Projects
None yet
Development

No branches or pull requests

4 participants