Rev 2727 | Rev 3261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2727 | Rev 2732 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !if $job=lightpopup |
|
- | 2 | !changeto jobs/lightpopup.proc |
|
1 | 3 | !endif |
|
2 | wims_prefix=class user tmp n sharing sharable ident |
4 | wims_prefix=class user tmp n sharing sharable ident |
3 | !if $job=help |
5 | !if $job=help |
4 | wims_module_log=help |
6 | wims_module_log=help |
5 | !exit |
7 | !exit |
6 | !endif |
8 | !endif |
Line 13... | Line 15... | ||
13 | code=!word 1 of $code |
15 | code=!word 1 of $code |
14 | 16 | ||
15 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
17 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
16 | # il definit egalement la fourchette de longueur autorise des login/mdp |
18 | # il definit egalement la fourchette de longueur autorise des login/mdp |
17 | !read adm/class/authchars |
19 | !read adm/class/authchars |
18 | !if $job!=lightpopup |
- | |
19 |
|
20 | !read var.check |
20 | !endif |
- | |
21 | 21 | ||
22 | !if $error=$empty |
22 | !if $error=$empty |
23 | !read jobs/$job.proc |
23 | !read jobs/$job.proc |
24 | !endif |
24 | !endif |
25 | 25 |