|
Re: Modify user's email [message #163963 is a reply to message #163959] |
Fri, 17 December 2010 06:18 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
Yes. Locate the user via the admin panel.
Look in the bottom left corner of the frame that holds the info, there should be a field called "Actions:" and below that, there are a bunch of links. The most left link should be called "Edit Profile".
If you have an older install of FUDforum, it will be a huge text saying >> Change User's Profile <<.
When in the users register page, change the email adress and click the Update/Save button - The forum will tell you to insert your ADMIN password in the password field, do that, hit update again, and boom. Done.
You can also do this via MYSQL with the following SQL
UPDATE fud30_users SET email = 'email(at)email(dot)com' WHERE id = '1';
Replace the 1 with the users ID.
Ginnunga Gaming
|
|
|
|