The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
So, yeah. I did something really stupid. I was trying to change my password on my test forum and well, long story short I'm now locked out of my own forum :\ I can't register a new account and make them admin because my forums are turned off. When I try and get my password reset thing sent to me I can't see the CAPTCHA image (apparently because my forums are turned off). Is there any way I can reset my password via phpMyAdmin? Or at least a way to turn them back on? Thanks
--------------- Added [DATE]1250211502[/DATE] at [TIME]1250211502[/TIME] --------------- Ok, so I got them turned back on but I can't register a new account or send myself a password reset email because captcha isn't working for some reason.. I also tried copying my password from my fully functional (not test) forum (from phpMyAdmin) and pasting it as this account's password but it still isn't working. |
#2
|
|||
|
|||
![]()
Run this query on your DB. It should disable the human verification.
Code:
UPDATE `setting` SET `value` = '0' WHERE `setting`.`varname` = 'hv_type' LIMIT 1 ; |
#3
|
|||
|
|||
![]()
I did that and image verification is still there..
|
#4
|
|||
|
|||
![]()
Pretty sure there's an option in phpMyAdmin to enable registration again, or something. Take a quick peek for it. I'll try to look too.
|
#5
|
||||
|
||||
![]()
I replied to your thread over on vb.com about registering a new user and using tools.php to promote that user to an admin. Then reset your admin password.
|
#6
|
|||
|
|||
![]()
Registration is enabled. I can't register, though because my image verification isn't working properly for some reason so it won't let me.
|
#7
|
||||
|
||||
![]()
When you tried to disable image verification per post 2, did you get an error? If you use a prefix, then you need to add your prefix to the beginning of the table name.
|
#8
|
|||
|
|||
![]()
No, I didn't get an error.
|
#9
|
||||
|
||||
![]()
Do you have access to phpMyAdmin to check the setting manually? And did you do a Force Refresh on the registration page after you turned it off?
|
#10
|
|||
|
|||
![]()
I do. Whereabouts is image verification in the db? And what should it be in order for it to be off?
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|