Administrator
- Join Date:
- Sep 2009
- Location:
- Stuart, FL
- Posts:
- 14,069
- Plugin Contributions:
- 56
[Fixed v1.5.1] Admin error message needs updating for v1.5.0+
Running vanilla v1.5.0 on localhost. I thought that I'd forgotten my admin id/password, so I ran the change/reset admin password script in my local phpmyadmin. I then remembered the id/password and used that to login to my admin. The message that was displayed when I logged in (because there was an account with the Admin/admin settings) pointed me to a now non-existent location (admin/includes/languages/english.php, line 446):
define('ERROR_ADMIN_SECURITY_WARNING', 'Warning: Your Admin login is not secure ... either you still have default login settings for: Admin admin or have not removed or changed: demo demoonly<br />The login(s) should be changed as soon as possible for the Security of your Shop<br />Go to Tools->Admin Settings to change login IDs and passwords.<br />For additional Security for the Admin please see the /docs');
For v1.5.0+, the message should be changed to:
define('ERROR_ADMIN_SECURITY_WARNING', 'Warning: Your Admin login is not secure ... either you still have default login settings for: Admin admin or have not removed or changed: demo demoonly<br />The login(s) should be changed as soon as possible for the Security of your Shop<br />Go to Tools->Admin Access Management->Admin Users to change login IDs.<br />For additional Security for the Admin please see the /docs');