Rev 14335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14335 | Rev 15818 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | job=!lower $job |
13 | job=!lower $job |
14 | !bound job within $allowed_actions_jobs,$allowed_file_jobs,$allowed_jobs_without_auth default $ |
14 | !bound job within $allowed_actions_jobs,$allowed_file_jobs,$allowed_jobs_without_auth default $ |
15 | option=!items2words $option |
15 | option=!items2words $option |
16 | option=!words2items $option |
16 | option=!words2items $option |
17 | code=!word 1 of $code |
17 | code=!word 1 of $code |
18 | - | ||
19 | 18 | ||
20 | !if $job notin $allowed_jobs_without_auth or $ident != $empty |
19 | !if $job notin $allowed_jobs_without_auth or $ident != $empty |
21 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
20 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
22 | # il definit egalement la fourchette de longueur autorise des login/mdp |
21 | # il definit egalement la fourchette de longueur autorise des login/mdp |
23 | !read adm/class/authchars |
22 | !read adm/class/authchars |