On Mon, May 23, 2011 at 04:31:00PM +0200, Marek Królikowski wrote:
> Ok i create new VM server and install  new fresh version of 0.9.0
> First problem what i got - can`t log in to admin.
> When i check database there is no admin account.
> file /jffnms/docs/install/jffnms-0.9.0.mysql  don`t create admin account.
It seems the database manipulation scripts (the bit I really hate about
releasing JFFNMS because its pretty fragile) didn't make the admin user.
This is the SQL you need.

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

and then

INSERT INTO `profiles` VALUES 
(2,2,9,12),(3,2,11,300),(4,2,13,30),(5,2,16,36),(6,2,20,46),(7,2,25,50),(8,2,2,8),(9,2,8,6),(10,2,14,32),(11,2,15,34),(12,2,6,20);

 - 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

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to