|
@@ -345,6 +345,19 @@ CREATE TABLE subscriber (
|
|
|
KEY USER_ID_2 (USER_ID)
|
|
|
) $TABLE_TYPE;
|
|
|
|
|
|
+# add a testing user "tester" with password "tester" so that
|
|
|
+# one can try it out on quick start
|
|
|
+
|
|
|
+INSERT INTO subscriber (USER_ID, PASSWORD, FIRST_NAME, LAST_NAME, PHONE,
|
|
|
+ EMAIL_ADDRESS, DATETIME_CREATED, DATETIME_MODIFIED, confirmation,
|
|
|
+ flag, SendNotification, Greeting, HA1, REALM, ha1b, phplib_id)
|
|
|
+ VALUES ( 'tester', 'tester', 'tester', 'tester', '123',
|
|
|
+ '[email protected]', '2002-09-04 19:37:45', '0000-00-00 00:00:00',
|
|
|
+ '57DaSIPuCm52UNe54LF545750cfdL48OMZfroM53', 'o', '', '',
|
|
|
+ '5ade512a57ba752c7570eab69da0a330', 'iptel.org',
|
|
|
+ '506f9b16dbdf420032aeb1e0ad03a108', 'MZfroM53');
|
|
|
+
|
|
|
+
|
|
|
EOF
|
|
|
|
|
|
} # ser_create
|