summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-31 13:08:50 -0600
committerPjotr Prins2026-01-05 11:12:11 +0100
commit87d158ad8215eb73a5891e211804a37d0127db0f (patch)
tree6fd33860c4710bb460c2ec5020353ece21e90180
parentf1909eac1853b45685adcd53670d9d8282a471f6 (diff)
downloadgn-gemtext-87d158ad8215eb73a5891e211804a37d0127db0f.tar.gz
Prevent Weak Passwords: Update issue with notes.
-rw-r--r--issues/prevent-weak-passwords.gmi8
1 files changed, 8 insertions, 0 deletions
diff --git a/issues/prevent-weak-passwords.gmi b/issues/prevent-weak-passwords.gmi
index 8e8ca2f..957a170 100644
--- a/issues/prevent-weak-passwords.gmi
+++ b/issues/prevent-weak-passwords.gmi
@@ -19,3 +19,11 @@
 There was a request made to prevent weak passwords.
 
 Use existing libraries to check and prevent weak passwords.
+
+## Notes
+
+### 2025-12-31: Look Into Libraries
+
+=> https://pypi.org/project/password-strength/ password-strength
+
+The library above seems promising. Unfortunately, we'd have to write a guix definition for it.