Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2011-01-12 14:25:20

Algaris
Member
From: England
Registered: 2006-01-27
Posts: 580

Change my password without access to the back end

I have a textpattern install on my development server that won’t let me login. Unfortunately I can’t use the Forgotten Password link as the server has no SMT functionality.

Is there anyway I can change my password via phpMyAdmin or some such?

Thanks.

—Edit— I’ve found my password, but I guess this maybe useful to know just incase.

Last edited by Algaris (2011-01-12 14:26:48)

Offline

#2 2011-01-12 14:30:36

redbot
Plugin Author
Registered: 2006-02-14
Posts: 1,410

Re: Change my password without access to the back end

From the FAQ

With phpMyAdmin, or at the MySQL command prompt, run the following query:

   update txp_users set pass=password(lower('pass')) where name='user';

..where pass is the new password, and user is the login username.

Offline

#3 2011-01-12 14:33:56

Algaris
Member
From: England
Registered: 2006-01-27
Posts: 580

Re: Change my password without access to the back end

Thank you.

Offline

#4 2011-01-12 19:58:19

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Change my password without access to the back end

Or from the wiki: Resetting Admin Password.

Offline

Board footer

Powered by FluxBB