Issues with default admin account
rubenve opened this issue · 7 comments
Just installed Indira in a test environment and followed the installation steps. It seems there's something wrong with the default admin account credentials. User admin with password admin don't work.
I checked out storage/db/admin/1.php and noticed the email address wasn't set for the default admin user, so I changed that manually in 1.php. I then updated the key in application/config/application.php. Then I tried password recovery which at first looked like it worked - I received an e-mail with the new password, but the password didn't work still.
All rights are setup correctly according to the installation instructions.
I've tested current build on 3 different machines (Shared Hosting, VPS, VDS), everything seems fine.
Please check Laravel requirement on your end
I just wiped the whole thing and instead of uploading the zip release contents I just did a git clone using ssh. I set all the permissions correctly and then set up the key in the application.php file. Then I tried to login to /admin with admin / admin and still no luck. Then manually I changed the e-mail address of the admin user to my own email address in 1.php and did a request password. I received the mail again with a new password but that also doesn't work. This is on a dedicated server running on CentOS 6 with Plesk.
Do you have response from server after login as a verbal "Incorrect password or username" or it's error like 404 or 500?
Could you give access (http) to your testing stage?
When I just do a clean installation and no messing with de db files I don't see any errors. I just see the lemon light up when pressing the Login button and then nothing when using admin / admin.
When I use an invalid password I do see an error message saying The selected Password is invalid.
So it seems like something going wrong with the login, maybe session related?
I did another clean install here: http://indira.resoftsol.com/admin
When you try to login with admin / admin you will see what I mean.
Thank you,
Now I see, you have 500 error:
Call to undefined function Laravel\mcrypt_create_iv()
Location:</h3>
/var/www/vhosts/fotozup.com/indira/laravel/crypter.php on line 36
It is about mcrypt library, it's not installed or not properly configured, please see - http://laravel3.veliovgroup.com/docs/install#requirements
You're right. I just installed mcrypt and it's working properly now. Thanks for the help!
Glad to help you.
If you will have any further issues just create a new ticket here.