sendxt Posted August 6, 2014 Share Posted August 6, 2014 The problem is after move processwire from one server to other, all work good , but i can't coonecting to my admin profile, 'login failed'. I try change my home page : $user = $users->get("user's name"); $user->pass = "user's new password"; $user->save(); but it still does not work I don't know that me to do, maybe need put script to create new admin user? if you have such a script, give me please) Link to comment Share on other sites More sharing options...
adrian Posted August 6, 2014 Share Posted August 6, 2014 You need to set outputformatting off before you save: https://processwire.com/talk/topic/490-how-to-reset-your-password-how-to-enable-the-forgot-password-function/ 2 Link to comment Share on other sites More sharing options...
Nico Knoll Posted August 6, 2014 Share Posted August 6, 2014 http://processwire.com/docs/tutorials/troubleshooting-guide/page2 (at the bottom) 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now