diff options
-rwxr-xr-x | GradeBook.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl index 3364cfb..07d9154 100755 --- a/GradeBook.tcl +++ b/GradeBook.tcl @@ -80,6 +80,8 @@ proc CreateGradesTable {db} { AddUserNonWeb {} {} _Max_Points_ {} inforow # dummy users + AddUserNonWeb Ins "Instruch I" instructor [::md5::md5 -hex qwerty] instructor + AddUserNonWeb Ta "Taevich, I" ta [::md5::md5 -hex qwerty] instructor AddUserNonWeb Dan "Dandanovich" dan [::md5::md5 -hex qwerty] student AddUserNonWeb Ale "Alevna" ale [::md5::md5 -hex qwerty] student AddUserNonWeb Jon "Jonovich" jon [::md5::md5 -hex qwerty] student |