Rev 10565 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !read adm/class/authchars |
2 | instlim=50 |
||
3 | desclim=30 |
||
4 | suplim=60 |
||
5 | emaillim=60 |
||
6 | exologlim=40 |
||
7 | max_institution=$instlim |
||
8 | max_description=$desclim |
||
10565 | bpr | 9 | max_location=$desclim |
20 | reyssat | 10 | max_supervisor=$suplim |
2569 | bpr | 11 | max_firstname=$suplim |
12 | max_lastname=$suplim |
||
20 | reyssat | 13 | max_email=$emaillim |
14 | max_passsup=$passwd_max |
||
15 | max_password=$passwd_max |
||
16 | max_level=2 |
||
17 | max_homepage=100 |
||
18 | min_institution=2 |
||
19 | min_description=2 |
||
20 | min_supervisor=6 |
||
2569 | bpr | 21 | min_firstname=2 |
22 | min_lastname=2 |
||
20 | reyssat | 23 | min_email=8 |
24 | min_passsup=$passwd_min |
||
25 | min_password=$passwd_min |
||
26 | min_level=2 |
||
10565 | bpr | 27 | min_homepage=0 |