Forum Problems Installing LAMS: Re: Re: LAMS login


 
Search: 

3: Re: Re: LAMS login
In response to 2 12/15/08 04:57 PM
[ Reply | Forward ]
Yes for linux, no for windows.

in Linux, the /etc/lams2/lams.properties file should have something like:

LAMS_USER=sysadmin
LAMS_PASS=password

But in windows, the sysadmin password is not stored in the registry. The only way I can think of of getting into lams without re-installing is by manually changing the password in the datbase.

You would have to run the following command on your lams database:

update lams_user set password=sha1("your password") where login="sysadmin";

then restart the server.

Luke

Posted by Luke Foxton

Reply to first post on this page
Back to Problems Installing LAMS