Rev 9589 | Rev 13323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9589 | Rev 12555 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | f=!nospace $f 0 |
35 | f=!nospace $f 0 |
36 | login=$f |
36 | login=$f |
37 | !endif |
37 | !endif |
38 | !endif login |
38 | !endif login |
39 | !if $field=password |
39 | !if $field=password |
40 |
|
40 | f=!randint 100000,400000 |
41 | !endif password |
41 | !endif password |
42 | data_user=!append item $f to $data_user |
42 | data_user=!append item $f to $data_user |
43 | !if $f !=$empty |
43 | !if $f !=$empty |
44 |
|
44 | nfield=!positionof item $field in $ldap_code |
45 |
|
45 | wfield=$(wims_code[$nfield]) |
46 |
|
46 | up_$wfield=$f |
47 |
|
47 | replacelist=!append item $wfield to $replacelist |
48 |
|
48 | !endif |
49 |
|
49 | !next |