Replies: 3 comments 1 reply
-
Hail, @yaroslaff 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
Hi @yaroslaff 👋 I completely agree with you that too complex passwords rules are not a good idea. That said, allowing The nice thing with the That said, I'm open to add a configuration variable to disable the strength enforcement in local dev. |
Beta Was this translation helpful? Give feedback.
-
I did this change on my local fief, and want to discuss it before sending pull request.
(which could be overriden from .env if needed, but if these variables are not set, fief is working as before). And I did changes in Now I reach my goal - I can manage password strength requirements as I want. First question: Does this looks good for you and I can clean-up and prepare pull request or should I make it some other way? And other question to discuss: |
Beta Was this translation helpful? Give feedback.
-
I believe high requirements for passwords are not always good and improves security - sometimes it's very bad:
And this is not just my opinion, NIST recommendations agrees with me (Q-B05 and Q-B06): https://pages.nist.gov/800-63-FAQ/#q-b05
I'm not putting it into "Ideas" category because I'm not sure if Fief already has this feature or not.
So, I have an question: Is it possible to disable/configure password strength check in Fief, maybe make zxcvbn_rs_py check optional?
If not - is it worth to implement it? Maybe I'd try to make patch with this feature.
Beta Was this translation helpful? Give feedback.
All reactions