Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-08-24 05:07:59
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Forgot My Username!
I don’t remember my username and nothing I try seems to be it.
I am the sole publisher on the site, so I don’t know what to do.
S.O.S!
Offline
#2 2007-08-24 05:47:51
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Forgot My Username!
You can look it up in the Users table with php_myadmin for instance, or :
Rob Sable’s rss_db_manager
regards, marios
Last edited by marios (2007-08-24 05:50:13)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#3 2007-08-24 05:56:48
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Re: Forgot My Username!
marios wrote:
You can look it up in the Users table with php_myadmin for instance, or :
Rob Sable’s rss_db_manager
Looks like it’s ‘michael_mc’.
Does that sound right? I don’t remember it being so.
Offline
#4 2007-08-24 06:52:42
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Forgot My Username!
It is the second column (name), not to be confused with real name.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: Forgot My Username!
If you use cookies and you already can login. Go to admin>users and you can see your login username there.
If you cannot login use phpMyAdmin and browse the txp_users table
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#6 2007-08-24 08:35:00
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Forgot My Username!
Run this query to be sure you’re looking at the right value:
SELECT user_id FROM txp_users;
Offline
#7 2007-08-24 08:44:53
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Re: Forgot My Username!
I’m sorry, I don’t understand.
I took a peek at the txp_users table but honestly have no idea where to look!
http://www.readysetdie.com/textpattern/ is my site.
Offline
Re: Forgot My Username!
can you see the back end of your site?
Can you go to: http://www.readysetdie.com/textpattern/index.php?event=admin ?
If you can your user name will be the one under “Login”
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#9 2007-08-24 09:04:01
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Re: Forgot My Username!
colak wrote:
Can you go to: http://www.readysetdie.com/textpattern/index.php?event=admin ?
——————————————————————————————————————————————————————————————-
No.
Offline
#10 2007-08-24 09:07:31
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Re: Forgot My Username!
Running ‘SELECT user_id FROM txp_users;’ got me:
SELECT user_id
FROM txp_users
LIMIT 0 , 30;
Meaning what?
Last edited by michaelrcks (2007-08-24 09:07:47)
Offline
#11 2007-08-24 09:45:35
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Forgot My Username!
Look further down the page.
Offline
#12 2007-08-24 10:40:24
- michaelrcks
- New Member
- Registered: 2007-08-24
- Posts: 6
Re: Forgot My Username!
SUCCESS!
Thank you all.
Last edited by michaelrcks (2007-08-24 11:08:57)
Offline
Pages: 1