From: Franky V. L. <lie...@te...> - 2009-02-01 08:37:35
|
This should be fine, but the password maybe not. To be sure, do this in phpmyadmin: - delete the admin user from the designer table- - execute the following statement in phpmyadmin (all on one line): INSERT INTO designer (username, password, fname, lname, realm, pdesign, pstatus, pdata, pall, pgroup, puser, disabled) VALUES ('root', PASSWORD('esp'), 'ESP', 'Superuser', 'superuser', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N') After that, the user "root" exists with password "esp", as superuser. Btw: it's a bit weird, but the default administrator user is "root", not "admin". Did you change this? Franky On Sun, 1 Feb 2009 15:18:00 +0900 Eric Hagley <eh...@la...> wrote: > An afterthought, I'm also wondering if these sections of the > phpesp_designer table are all correct or not. > > username admin > password *4ACFE3202A5FF5CF467898FC58AAB1D615029441 > auth BASIC > realm superuser > fname ESP > lname Superuser > email NULL > > pdesign Y > pstatus Y > pdata Y > pall Y > pgroup Y > puser Y > disabled N > changed 0000-00-00 00:00:00 > expiration 0000-00-00 00:00:00 > > Again, many thanks for your assistance. > Kind regards, > Eric > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |