I heard there might be a problem with some versions of firefox, that lower-case the username. So maybe try to update db and set user to admin instead of Admin?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2017-05-05
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-07-09
Testing v0.8, default install, still no luck. Tried to rename Admin to admin on db and no success.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, can you send output of MySQL > "select * from
users
;"Fixed.
It doesn't seem like it's fixed :(
I use the default user table that comes with SCHEMA.sql.
I'm trying this with a fresh install of 0.7
same problem with fresh install
perhaps this may help:
The username is case sensitive too, you have to type "Admin" with a capital "A"
(without quotes of course)
I heard there might be a problem with some versions of firefox, that lower-case the username. So maybe try to update db and set user to admin instead of Admin?
Testing v0.8, default install, still no luck. Tried to rename Admin to admin on db and no success.
Testing v0.8, password don't work. Renamed Admin to admin and still no luck.
+1 with default installation, can't login.
try
update users set password='d10bb806e97d3538fb13b5581db11e9e' where id=1;
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thank you Anonymous! Yours was the only suggestion that worked.