Rev 1111 | Rev 1373 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !read scripts/check.user |
2 | !if $error!=$empty |
||
3 | !exit |
||
4 | !endif |
||
5 | |||
6 | !readdef $userdeffile |
||
7 | |||
8 | option=!listintersect $option and $userdefs |
||
1111 | bpr | 9 | |
23 | reyssat | 10 | !if $option=$empty |
11 | option=!listcomplement password in $userdefs |
||
12 | !endif |
||
13 | |||
1205 | bpr | 14 | option=$option |
15 |