When try to log in, I now get a yellow warning: A newer version of Froxlor has been installed but not yet set up.
Only the administrator can log in and finish the update.
However I can not login. I always get a : Error The username or password you typed in is wrong. Please try it again!
I did try to set the password of the Admin user in mysql using:
Question
robertr
Hi there,
first thanks for your excelent work.
I just upgraded to the newest Frolor version.
When try to log in, I now get a yellow warning: A newer version of Froxlor has been installed but not yet set up.
Only the administrator can log in and finish the update.
However I can not login. I always get a : Error The username or password you typed in is wrong. Please try it again!
I did try to set the password of the Admin user in mysql using:
mysql> UPDATE `panel_admins` SET `password` = MD5('XXXXX') where `adminid`='1';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> select adminid,loginname,name,password from panel_admins where adminid='1';
+---------+-----------+------------+----------------------------------+
| adminid | loginname | name | password |
+---------+-----------+------------+----------------------------------+
| 1 | Admin | Rottermann | d21c9d881eba6988be480efab45de2b9 |
+---------+-----------+------------+----------------------------------+
1 row in set (0.00 sec)
could anybody please help
thanks
Robert
Link to comment
Share on other sites
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now