Update of /cvsroot/mantisbt/mantisbt/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv376/admin
Modified Files:
schema.php
Log Message:
create admin user as unprotected
Index: schema.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/schema.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- schema.php 1 Aug 2005 13:48:26 -0000 1.7
+++ schema.php 3 Aug 2005 14:20:34 -0000 1.8
@@ -339,6 +339,6 @@
$upgrade[] = Array('InsertData', Array( config_get('mantis_user_table'),
"(username, realname, email, password, date_created, last_visit, enabled,
protected, access_level, login_count, lost_password_request_count,
failed_login_count, cookie_string) VALUES
- ('administrator', '', 'root@localhost',
'63a9f0ea7bb98050796b649e85481845', " . db_now() . ", " . db_now() . ", 1, 1,
90, 3, 0, 0, '" .
+ ('administrator', '', 'root@localhost',
'63a9f0ea7bb98050796b649e85481845', " . db_now() . ", " . db_now() . ", 1, 0,
90, 3, 0, 0, '" .
md5( mt_rand( 0, mt_getrandmax() ) + mt_rand( 0, mt_getrandmax()
) ) . md5( time() ) . "')" ) );
-?>
\ No newline at end of file
+?>
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|