#2011 - Saving admin credentials
| Identifier | #2011 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Saving admin credentials |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Uploaded beta version to a Arvixe server to run live tests on API and after setup i went to enter the admin to finish the setup and my admin credentials were not saved.
This occured three different times. |
| Steps to reproduce | Install new and try to sign into admin area. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
phpinfo should tell you.
If you can tell us what the m_password_hashed field is in the f_members table, for the admin user, that may help give a clue.
Also try signing in with the password 'admin' in case the password field got lost somehow ('admin' is the default password).
Also confirm you installed with our default forum Conversr, and not another forum driver.
Can I get access to take a look?
It may be some complex issue with the authentication only affecting some servers. The authentication is 100% rewritten in v10 to use something called a cryptographic ratchet, using different algorithms.
OpenSSL is installed
OpenSSL 1.0.1e-fips 11 Feb 2013
I'm working on this.
On this particular server Blowfish encryption seems to not be working. It's there, just not working.
I'm investigating why.
Users should actually only be on PHP 5.4 or later, as PHP 5.3 is EOL for quite some time.
Arvixe let you select your PHP version.