Rev 2569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2569 | Rev 10565 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | suplim=60 |
4 | suplim=60 |
5 | emaillim=60 |
5 | emaillim=60 |
6 | exologlim=40 |
6 | exologlim=40 |
7 | max_institution=$instlim |
7 | max_institution=$instlim |
8 | max_description=$desclim |
8 | max_description=$desclim |
- | 9 | max_location=$desclim |
|
9 | max_supervisor=$suplim |
10 | max_supervisor=$suplim |
10 | max_firstname=$suplim |
11 | max_firstname=$suplim |
11 | max_lastname=$suplim |
12 | max_lastname=$suplim |
12 | max_email=$emaillim |
13 | max_email=$emaillim |
13 | max_passsup=$passwd_max |
14 | max_passsup=$passwd_max |
14 | max_password=$passwd_max |
15 | max_password=$passwd_max |
15 | max_level=2 |
16 | max_level=2 |
16 | max_homepage=100 |
17 | max_homepage=100 |
17 | min_institution=2 |
18 | min_institution=2 |
18 | min_description=2 |
19 | min_description=2 |
- | 20 | min_location=3 |
|
19 | min_supervisor=6 |
21 | min_supervisor=6 |
20 | min_firstname=2 |
22 | min_firstname=2 |
21 | min_lastname=2 |
23 | min_lastname=2 |
22 | min_email=8 |
24 | min_email=8 |
23 | min_passsup=$passwd_min |
25 | min_passsup=$passwd_min |