Password Recover

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Password Recover

Postby jimmychopps » Thu Apr 26, 2007 11:49 am

I'd like to update my guilds information, but I've forgotten the password. Is there anything I can do?

-jimmychopps
jimmychopps
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Feb 22, 2007 9:55 am

Password Recover

Postby PleegWat » Thu Apr 26, 2007 4:08 pm

You cannot retrieve your current password, it is only stored as a hash in the DB (it's in the UU settings file as plaintext though, if you run that)

If you have access to the DB (EG phpMyAdmin) you use the following sql statement to change your pass:

Code: Select all
UPDATE `roster_config` SET `config_value` = MD5('newpass') WHERE `config_name` = 'roster_upd_pw' LIMIT 1;


Where newpass is the desired new pass
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron