From 673ba00001d4d6e9f894de94be65d48844d75e87 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 20 Jan 2011 23:40:24 -0500 Subject: added instructor an ta dummy users Ignore-this: 3656993ded8a881be5cfbd5c72fcf72 darcs-hash:20110121044024-067c0-dd5e3f6e5bc5c2135da5ba03980cfe151ab7777a.gz --- GradeBook.tcl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GradeBook.tcl') 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 -- cgit v1.2.3