Guest User

Untitled

a guest
Mar 15th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.32 KB | None | 0 0
  1. # creación ficticios
  2.  
  3. set community_id
  4. for {set i 0} {$i < 200} {incr i} {
  5. set user_id [auth::ciberuned::uned_register -email "notif$i@uned.org" \
  6.      -first_names "Usuario" \
  7.      -last_name "notif$i"]
  8. dotlrn_community::add_user -rel_type "dotlrn_member_rel" $community_id $user_id
  9. ns_log Notice "$i usuario creado"
  10. }
Add Comment
Please, Sign In to add comment