Subversion Repositories wimsdev

Rev

Rev 1206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1206 Rev 5165
Line 18... Line 18...
18
!for i=1 to $datacnt
18
!for i=1 to $datacnt
19
 l_=!line $i of $cn_data
19
 l_=!line $i of $cn_data
20
 l_=!translate = to $\
20
 l_=!translate = to $\
21
$ in $l_
21
$ in $l_
22
 !distribute lines $l_ into n_,v_
22
 !distribute lines $l_ into n_,v_
23
 !if $n_ iswordof lastname firstname password email comments regnum photourl\
23
 !if $n_ iswordof lastname firstname password email comments regnum photourl external_auth\
24
	and $v_!=$(user_$n_)
24
	and $v_!=$(user_$n_)
25
  !setdef !set user_$n_=$v_ in $deffile
25
  !setdef !set user_$n_=$v_ in $deffile
-
 
26
!! FIXME need to reset variable, e.g. external_auth ??
26
 !endif
27
 !endif
27
!next i
28
!next i
28
 
29