diff options
-rwxr-xr-x | AddDummyUsers2db.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AddDummyUsers2db.tcl b/AddDummyUsers2db.tcl index 07c1e58..3eaeef2 100755 --- a/AddDummyUsers2db.tcl +++ b/AddDummyUsers2db.tcl @@ -39,7 +39,7 @@ proc AddUserNonWeb { first_name last_name user_name password_hash {group_name {g #AddUserNonWeb first_name last_name user_name password_hash group_name id_number section_num i # dummy users -AddUserNonWeb Ins "Instruch I" instructor [::md5::md5 -hex qwerty] instructor +#AddUserNonWeb Ins "Instruch I" instructor [::md5::md5 -hex qwerty] instructor AddUserNonWeb Ta "Taevich, I" ta [::md5::md5 -hex qwerty] ta AddUserNonWeb Dan "Dandanovich" dan [::md5::md5 -hex qwerty] student AddUserNonWeb Ale "Alevna" ale [::md5::md5 -hex qwerty] student |