Author |
Topic  |
|
ddusty1
Starting Member
10 Posts |
Posted - 19 September 2004 : 23:19:37
|
Say my Login as forum Admin is doom and my password is doomed1
How do I reset or change MY admin login and password to reflect a different name and login?
Thank you all! |
|
Tiggerz
Starting Member
45 Posts |
Posted - 20 September 2004 : 00:54:10
|
I want to do the same thing.
I set my forum up using some test data, now want to change the admin user name to something more official. Is there a database query that I can run that will change everything over. |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 September 2004 : 02:17:49
|
There are at least 4 ways to do this.
First, you can just open up your database and edit the username directly in the database. To change the password, just edit your profile and change it there.
Second, you can register a new user, then log back in as your original username and Modify the profile of the new user you just registered as and make them an Admin.
Third, if you don't have access to the database, you can create a script to change the username.
Fourth, if you don't have access to the database, you can use the Alternate MOD Setup and enter the following in the text box:[UPDATE]
MEMBERS
M_NAME#'new_username'#M_NAME = 'old_username'
[END] obviously, you would enter your own values for new_username and old_username |
 |
|
ddusty1
Starting Member
10 Posts |
Posted - 20 September 2004 : 08:40:21
|
Option four worked in 20 seconds!
Thanks a million! |
 |
|
Tiggerz
Starting Member
45 Posts |
Posted - 20 September 2004 : 19:03:02
|
Just edited the members table. Also changed the m-username field as well.
Wasnt sure if there were foreign keys that were hanging off any of the fields - is why I didnt just go in and change it before. |
 |
|
nileson
Starting Member
5 Posts |
Posted - 05 January 2005 : 09:53:57
|
I got no text box at the Alternate MOD Setup??
Nile |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
nileson
Starting Member
5 Posts |
Posted - 06 January 2005 : 15:09:09
|
Explorer latest version.
Nile |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
|
Topic  |
|