summary refs log tree commit diff
path: root/issues/prevent-weak-passwords.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/prevent-weak-passwords.gmi')
-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.