Help on password RE
authorJamie Cameron <jcameron@webmin.com>
Mon, 13 Jul 2009 17:33:12 +0000 (17:33 +0000)
committerJamie Cameron <jcameron@webmin.com>
Mon, 13 Jul 2009 17:33:12 +0000 (17:33 +0000)
useradmin/help/config_passwd_re.html [new file with mode: 0644]

diff --git a/useradmin/help/config_passwd_re.html b/useradmin/help/config_passwd_re.html
new file mode 100644 (file)
index 0000000..0d224b9
--- /dev/null
@@ -0,0 +1,8 @@
+<header>Perl regexp to check password against</header>
+
+To force a password to match some regular expression, enter it here in POSIX
+regexp format. This must match the whole password, so to force use of a number
+you would have to enter <tt>.*[0-9].*</tt>. <p>
+
+<footer>
+