SVN 3565 - Can't login to FOG
-
Updated to SVN 3565 and now I can’t login. Rolled back to previous snapshot (3563) and ran the upgrade again - same issue with the standard “Invalid Login” message. Ubuntu 14.04 LTS.
-
You can manually create a new user…
[CODE]mysql
INSERT INTOfog
.users
(uId
,uName
,uPass
,uCreateDate
,uCreateBy
,uType
) VALUES (5, ‘fog’, ‘$2a$11$Izqg0drReWpDDSKTGiwGF.ldDAMfHZPNwgxsMSZroNhltC9xniZiC’, ‘2015-01-26 18:15:45’, ‘Wayne’, 0);[/CODE]This will create a user called “fog” with the password set to “password”… created by “Wayne” lol.
FOR FUTURE READERS, beware, this will only work in the same revision era… r3500s…
-
I just updated at home and can confirm the bug… it obliterated my user, lol…
and the above fix does not work…
However, I can confirm that the user info is still intact… it’s likely just a syntax error or something somewhere in the web code for logging in… I’ll look at the diff view at source forge and see if I can hunt it down…
-
I followed the steps on the following site to reset my user’s password.
http://www.psychocats.net/ubuntu/resetpassword
From what I have seen, you will need to reset your tftp password and add the username and password in /var/www/fog/lib/fog/Config.class.php
Hope this helps,
Reuben -
@reub_rester said:
I followed the steps on the following site to reset my user’s password.
http://www.psychocats.net/ubuntu/resetpassword
Hope this helps,
ReubenThat’s for the local Linux user… We’re talking about logging into the Web console.
-
r3566 fixes this bug. Just confirmed.
That’s how fast @Tom-Elliott works, to all of you who are skeptical of FOG Trunk.