tst2005googlecode2 / lxmppd

Automatically exported from code.google.com/p/lxmppd
0 stars 0 forks source link

mod_register: Enforce password strength #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some administrators will want to (for their systems' or their users'
safety) enforce a policy for password strength.

It would be good to have some presets, and also allow a custom function in
the config file, which returns true/false on whether to accept a password.

Original issue reported on code.google.com by MWild1 on 17 Jan 2009 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by MWild1 on 24 Feb 2009 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by MWild1 on 24 Feb 2009 at 3:54

GoogleCodeExporter commented 9 years ago
Work started in prosody-modules. Password length enforcement already available:

https://code.google.com/p/prosody-modules/source/browse/mod_password_policy/mod_
password_policy.lua

Original comment by waqas20 on 8 Jan 2013 at 8:46