diff options
author | ivan <ivan> | 2001-06-03 12:36:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-06-03 12:36:10 +0000 |
commit | 4d23190fe52f0c3c5071c806187a524ecfa52cdd (patch) | |
tree | f60405bcd9bf812b003615c75f2fb3929b35cacd /htdocs | |
parent | 6bad87c25d14ca38162948f44a8379c8040ca50a (diff) |
add username-letter and username-letterfirst config files
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/docs/config.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index b255ce30e..49be7200b 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -99,6 +99,8 @@ All further configuration files and directories are located in <li><a name="textradiusprepend">textradiusprepend</a> - The contents of this file will be prepended to the first line of a user's RADIUS entry in text exports. If necessary, usually `Auth-Type = Local, '. <li><a name="usernamemin">usernamemin</a> - Minimum username length (default 2); <li><a name="usernamemax">usernamemax</a> - Maximum username length (default is the size of the SQL column, probably specified when fs-setup was run) + <li><a name="usernamemax">username-letter</a> - The existance of this file will turn on the requirement that usernames contain at least one letter. + <li><a name="usernamemax">username-letterfirst</a> - The existance of this file will turn on the requirement that usernames start with a letter. </ul> </body> |