Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin page just a white box and black background #2077

Closed
serkia opened this issue Oct 10, 2015 · 19 comments
Closed

Admin page just a white box and black background #2077

serkia opened this issue Oct 10, 2015 · 19 comments

Comments

@serkia
Copy link

serkia commented Oct 10, 2015

I'm at a dead end. Result is the same with chrome, firefox, and the latest IE on windows 10

running on apache 2.4, php 5.6

screenshot
http://prntscr.com/8pvods

@daim2k5
Copy link
Contributor

daim2k5 commented Oct 10, 2015

#1491 (comment) so you can close this issue?

@serkia
Copy link
Author

serkia commented Oct 10, 2015

no...unfortunately I thought I was in the clear, but I was wrong. The front end works, the backend doesn't.

The previous post fixed an install issue I had. I belive I'm past the install at this point and there is a setting in apache or maybe php.ini that I can't figure out. Or just something in magento??? Driving myself nuts trying to figure this out

Here is the front page working
http://prntscr.com/8pzr2z

@dmitrii-fediuk
Copy link

Yes, admin interface is broken now.
It is not a technical problem, it is the management problem: Magento 2 team regularly do low quality commits with critical bugs on fridays (#2007, #2072).

@serkia
Copy link
Author

serkia commented Oct 11, 2015

Thank you for clearing up my weekend.

@dmitrii-fediuk
Copy link

Removed by moderator

@serkia
Copy link
Author

serkia commented Oct 12, 2015

That code worked to bring up a user name and password boxes, but I"m getting a message

You did not sign in correctly or your account is temporarily disabled.

I even reset the password in phpMyAdmin under the table "admin_user". Added a MD5 functioin to convert the plain password. Still same thing. So I'm sure I'm not getting the u/p incorrect.

Thanks for the help Dmitry

@buskamuza
Copy link
Contributor

Hi @serkia , please, try command ./bin/magento admin:user:unlock <username> in case the account is locked.

@gputignano
Copy link

I also got the same problem.

@yigab
Copy link

yigab commented Jan 19, 2016

So what was the solution to this? unlocking from cli does not work either..

@buskamuza
Copy link
Contributor

unlocking from cli does not work either

Do you mean, it fails? Or it doesn't unlock the user? Or it doesn't fix your issue?

@zoneradx
Copy link

zoneradx commented Feb 2, 2016

I got the same issue, when I try to unlock from cli it shows error, that the syntax is wrong.

@buskamuza
Copy link
Contributor

@zoneradx , could you, please, provide the exact error message and how you run the command? Thanks.

@daim2k5
Copy link
Contributor

daim2k5 commented Feb 25, 2016

@zoneradx can you provide more informations?

@aravindbaskaran
Copy link

@buskamuza The error I get is Couldn't find the user account xxx

@yigab
Copy link

yigab commented Mar 27, 2016

oh it hasn't been fixed???

What I did was, create a new magento folder, run the installation and type the same information and password as before. after that copy the salt from the new database and paste it on the other one. > run the unlock from cli. and you should be able to login again...

@rapidmod
Copy link

You did not sign in correctly or your account is temporarily disabled.

I have been installing via the command line and ran into this problem yesterday, after banging my head off the wall all day, I tried creating a new user via the cli "./bin/magento admin:user:create" and that’s when I noticed an error. I guess usually my random typing contains numbers....

The fix was to make sure there is 1 alpha character and 1 numeric character in the admin password. This should be labelled a bug if the password is not validated during install with magento setup:install

password requirements are:

User Name is a required field.
First Name is a required field.
Last Name is a required field.
Please enter a valid email.
Password is required field.
Your password must be at least 7 characters.
Your password must include both numeric and alphabetic characters.

@daim2k5
Copy link
Contributor

daim2k5 commented Apr 15, 2016

@serkia can we close the issue?

@vnahalpara
Copy link

Solution for

You did not sign in correctly or your account is temporarily disabled

1356-219146758

@vzabaznov
Copy link
Contributor

All related bug was closed, issue is not reproducible now

magento-engcom-team pushed a commit that referenced this issue Feb 13, 2018
[performance] MAGETWO-87609: Add cache for getimagesize() function for product images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests