Larhendiel Posted September 25, 2023 Posted September 25, 2023 Happened to me as well. I have no recovery email and no password. I do have ftp access and database access, but how do I reset my password? I tried pasting things like the one below but it didn't help. Chat GPT isclueless too, please help, processwire is version 3 $temp = $users->get('admin'); $temp->of(false); $temp->pass = 'newPass23'; $temp->save();
imandreas Posted March 4, 2024 Posted March 4, 2024 On my latest PW installation the login was suddenly not possible anymore. I tried to to follow both instructions, but it didn't solve the issue. At the end I had to fully re-install PW. Just as a note: bot codes above are working only once. On every call the password has to be changed.
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