Rev 13289 | Rev 16539 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13289 | Rev 14834 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | !read adm/title.phtml 1\ |
7 | !read adm/title.phtml 1\ |
8 | WIMS $httpd_HTTP_HOST\ |
8 | WIMS $httpd_HTTP_HOST\ |
9 | $name_title |
9 | $name_title |
10 | 10 | ||
11 | !! login and password must contain 4-16 alphanumeric characters |
11 | !! login and password must contain 4-16 alphanumeric characters |
12 |
|
12 | !!set password_pattern=[a-zA-Z0-9]{4,16} |
13 |
|
13 | !!set login_pattern=[a-zA-Z0-9]{4,16} |
- | 14 | !readproc adm/class/authchars |
|
- | 15 | !set login_pattern=[$char_login]{4,16} |
|
- | 16 | !set password_pattern=[$char_passwd]{4,16} |
|
14 | 17 | ||
15 | !if $cltype iswordof 2 4 and $classcnt>0 |
18 | !if $cltype iswordof 2 4 and $classcnt>0 |
16 | <p class="wimscenter"> |
19 | <p class="wimscenter"> |
17 | ($name_reserved) |
20 | ($name_reserved) |
18 | </p> |
21 | </p> |