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

Add strength policy for the password #56

Closed
amberrignell opened this issue Mar 31, 2022 · 4 comments
Closed

Add strength policy for the password #56

amberrignell opened this issue Mar 31, 2022 · 4 comments
Assignees
Labels
security Security or compliance related issues
Milestone

Comments

@amberrignell
Copy link
Contributor

amberrignell commented Mar 31, 2022

As a user concerned about security, I want to ensure all users have strong/secure passwords.

It should be at least 8 characters long.

Here is an interesting article from Microsoft around password policies: https://docs.microsoft.com/en-us/microsoft-365/admin/misc/password-policy-recommendations?view=o365-worldwide

They claim that overly strict policies have negative effects as users work around them using repetition or easy to guess replacements (a to @, i|l to !).

Preferred mechanisms to support security is common word dictionaries and 2FA.

@amberrignell
Copy link
Contributor Author

Hey team! Please add your planning poker estimate with ZenHub @elias-ba @stuartc

@taylordowns2000 taylordowns2000 added this to the Sprint 2 milestone Apr 1, 2022
@taylordowns2000 taylordowns2000 added the security Security or compliance related issues label Apr 1, 2022
@stuartc stuartc self-assigned this Apr 7, 2022
@elias-ba elias-ba assigned elias-ba and unassigned stuartc Apr 8, 2022
@elias-ba
Copy link
Contributor

elias-ba commented Apr 8, 2022

@stuartc @amberrignell what's the acceptance criteria of this issue ? Is it only "It should be at least 8 characters long" or do you have other ideas about rules to validate the password ?

@stuartc
Copy link
Member

stuartc commented Apr 8, 2022

yep thats it for now, after discussing it before the story we don't want to make security assumptions (passed 8 chars) for now.

@elias-ba
Copy link
Contributor

elias-ba commented Apr 8, 2022

Great, thanks for confirming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security or compliance related issues
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants