Rev 5260 | Rev 6868 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5260 | Rev 5295 | ||
---|---|---|---|
Line 80... | Line 80... | ||
80 | !for N=0 to $start |
80 | !for N=0 to $start |
81 | !for u in $(userlist_$N) |
81 | !for u in $(userlist_$N) |
82 | !reset user_firstname, user_lastname, user_supervisable,\ |
82 | !reset user_firstname, user_lastname, user_supervisable,\ |
83 | user_class, user_participate, user_exists, user_external_auth |
83 | user_class, user_participate, user_exists, user_external_auth |
84 | !readdef $mul_userdir/$u |
84 | !readdef $mul_userdir/$u |
85 | 85 | ||
86 |
|
86 | !!TODO better to make a special list for user_supervisable who participates |
87 | !! suppress to add supervisor who are registered as participant to appear in userlist |
87 | !!( suppress to add supervisor who are registered as participant to appear in userlist) |
- | 88 | ||
88 |
|
89 | !if $user_exists=yes and $user_supervisable!=yes |
89 | userline=:$user_lastname,$user_firstname,$u |
90 | userline=:$user_lastname,$user_firstname,$u |
90 | 91 | ||
91 | !reset userline_external |
92 | !reset userline_external |
92 | !if $user_external_auth!=$empty |
93 | !if $user_external_auth!=$empty |
93 | userline_external=$user_external_auth:$u |
94 | userline_external=$user_external_auth:$u |