The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
login issue - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: login issue (/showthread.php?tid=1015) |
login issue - met - 03-23-2018 Hi, I have installed UserSpice V.4.3 and can't login with the default password admin/password neither user/password. It always says 'login failed'. I have tested querys so there is a connection. I have reinstalled also many times. regards login issue - Brandin - 03-23-2018 Run this query: Code: UPDATE users SET password='$2y$12$1v06jm2KMOXuuo3qP7erTuTIJFOnzhpds1Moa8BadnUUeX0RV3ex.' That should update the password to "password" (no quotes). login issue - Ronnyboy - 04-10-2018 Same exact issue. The pass string you suggest IS the string that already in the pass field of the db. It does not work on fresh installs of 4.3 login issue - Brandin - 04-10-2018 Can you run this query and let me know the output: Code: SELECT * FROM updates |