jdk Posted December 23, 2008 Share Posted December 23, 2008 (edited) I upgraded to 3.8.1 and now when a client puts in their login and password it says login invalid. When I login to the admin panel the login details are correct for the clients accounts. The error received is: Login Details Incorrect. Please try again. Edited December 23, 2008 by jdk 0 Quote Link to comment Share on other sites More sharing options...
easyhosting Posted December 23, 2008 Share Posted December 23, 2008 what happens when you upgrade is in your domain/admin area check your sustomer accounts and you will see that all the passwords are just jumbles up, you will need to reset these and then inform your clients of the new details, unles you know what their original passwords were. 0 Quote Link to comment Share on other sites More sharing options...
jdk Posted December 23, 2008 Author Share Posted December 23, 2008 what happens when you upgrade is in your domain/admin area check your sustomer accounts and you will see that all the passwords are just jumbles up, you will need to reset these and then inform your clients of the new details, unles you know what their original passwords were. Thanks but I think I narrowed down the problem. In my .htaccess file I have: RewriteEngine On # force https to use SSL cert RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} This takes http:// mysite and changes it to https:// For some reason with does not work with the new update. Also, when I set the HTTPS URL in the admin panel it redirects https://www.mysite.com/billing'>https://www.mysite.com/billing to just https://www.mysite.com I guess I will run it without https until I figure something out. 0 Quote Link to comment Share on other sites More sharing options...
openmind Posted December 23, 2008 Share Posted December 23, 2008 what happens when you upgrade is in your domain/admin area check your sustomer accounts and you will see that all the passwords are just jumbles up, you will need to reset these and then inform your clients of the new details, unles you know what their original passwords were. This is a little misleading. Upgrading does nothing to customer passwords. 0 Quote Link to comment Share on other sites More sharing options...
jdk Posted December 23, 2008 Author Share Posted December 23, 2008 This is a little misleading. Upgrading does nothing to customer passwords. Correct, the passwords were fine. It is something with the SSL redirect it won't allow it to use. Still scratching my head. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.