summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-27 04:18:16 +0300
committerFrederick Muriuki Muriithi2024-02-27 04:18:16 +0300
commit86df60f1793112bbb5d35b7273bdf027116eca30 (patch)
tree85952a68adf7e0d9d8f489adb930d62a24e49f49
parent7a58d84d6b26f991d4e5de082d835de34671d32b (diff)
downloadgn-gemtext-86df60f1793112bbb5d35b7273bdf027116eca30.tar.gz
Prevent weak passwords: new issue.
-rw-r--r--issues/prevent-weak-passwords.gmi21
1 files changed, 21 insertions, 0 deletions
diff --git a/issues/prevent-weak-passwords.gmi b/issues/prevent-weak-passwords.gmi
new file mode 100644
index 0000000..8e8ca2f
--- /dev/null
+++ b/issues/prevent-weak-passwords.gmi
@@ -0,0 +1,21 @@
+# Prevent Weak Passwords
+
+## Tags
+
+* status: open
+* assigned: fredm
+* priority: medium
+* keywords: security, password, gn-auth
+* type: feature-request, feature request
+
+## Description
+
+=> https://matrix.to/#/!mBYtTotZGiPpHmjJnI:matrix.org/$yaw0uk-JyHGBC8Jw-b2I1VhGoaWwNEO_eOiSAO8RSDs?via=matrix.org
+> pjotrp
+> how do we prevent weak passwords
+> I don't think we need 2FA, but weak passwords are a bad idea
+> do you check for weak passwords?
+
+There was a request made to prevent weak passwords.
+
+Use existing libraries to check and prevent weak passwords.