vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   Ugraded Password Lost (https://vborg.vbsupport.ru/showthread.php?t=302833)

Robertcdl 09-30-2013 07:34 PM

Ugraded Password Lost
 
When upgraded to 5.0.5 admin password no longer works

how do I create an admin user and password or restore my old log on for the control panel

ozzy47 09-30-2013 08:35 PM

Did you try and get a new password sent to you through the Forgot Password on the site?

Robertcdl 09-30-2013 10:34 PM

Yeah that was my first thought too, did not work.

ozzy47 09-30-2013 10:39 PM

In the event you cannot reset your password by email recovery, use the tools.php file to establish access to your AdminCP.

In your vBulletin download, there is a folder called 'do_not_upload' - inside of that folder there is a file called tools.php.

Upload this file to your server, in the admincp directory.

Navigate to that file: http://yoururlhere.com/admincp/tools.php (adjust to meet your URL structure) - You will be required to enter your vBulletin license/customer number.

After entering the tools.php file, you will be able to promote another user to have AdminCP access. (create a new user account to do this if you don't have a 2nd user account available to you.)

Once you regain access to the AdminCP, you can reset your original account and delete the account you created to do this task. Additionally, you must delete tools.php from your server to resume normal service.

tbworld 09-30-2013 10:40 PM

Quote:

Originally Posted by Robertcdl (Post 2449112)
Yeah that was my first thought too, did not work.

Make sure you have asked this question at vbulletin.com, or customer support. They should have some kind of remedy for you.

Sorry, I could not be more helpful.

ozzy47 09-30-2013 10:43 PM

Quote:

Originally Posted by tbworld (Post 2449116)
Make sure you have asked this question at vbulletin.com, or customer support. They should have some kind of remedy for you.

Sorry, I could not be more helpful.

Lol read the post above yours. :)

tbworld 09-30-2013 11:14 PM

I was not sure vb5 worked the same as vb4 in this matter and I know he needed an answer right away. Besides when I started my post your's didn't exist yet. You're dang fast fingers <grin>. Glad you could help him and I learned something myself for vb5. :)


Don't worry folks just friendly 'Adviser' banter. Were just keeping it interesting!

ozzy47 09-30-2013 11:20 PM

There is a alternative too, that still should work, if you are familiar with query's in phpmyadmin.

Code:

UPDATE <prefix>user
SET password = MD5(CONCAT(MD5('new-password'), salt))
WHERE userid = X

...with 'X' being your userid number, <prefix> being your table prefix, and new-password being your new password.

Robertcdl 10-01-2013 12:03 AM

tried uploading to two different directories and cannot get tools.php to work.
Can you suggest the directory from looking at this picture?

ozzy47 10-01-2013 12:13 AM

So you loaded the tools.php to the admincp folder, then you went to, http://yoururlhere.com/admincp/tools.php

What happens then?


All times are GMT. The time now is 05:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00984 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete