On Wed, Mar 09, 2011 at 03:19:32PM +0100, LIMA David wrote:
>    I had the same problem when testing the RC1 last week, I had to change
>    mysql login of the auth table in the DB to admin and set the password

JFFNMS 0.8.4:
INSERT INTO `auth` VALUES (1,'No User','$1$txVdymrd$AO3Qa8js9lVNkyscQ552b1','No 
User Name',0),(2,'admin','adpexzg3FUZAk','Administrator',0);

JFFNMS 0.9.0:
INSERT INTO `auth` VALUES (1,'No User','$1$txVdymrd$AO3Qa8js9lVNkyscQ552b1','No 
User Name',0);

That'll do it!  Strange, I've not touched that part of JFFNMS (its the
database extraction functions that always cause problems). The fix is to
run the following command on the mysql CLI:

INSERT INTO `auth` VALUES (2,'admin','adpexzg3FUZAk','Administrator',0);

 - Craig
-- 
Craig Small VK2XLZ    http://www.enc.com.au/       csmall at : enc.com.au
Debian GNU/Linux      http://www.debian.org/       csmall at : debian.org
GPG fingerprint:       1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to