Files
webmin/useradmin/help/config_passwd_re.html
2009-07-13 17:33:12 +00:00

9 lines
271 B
HTML

<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>