+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 3 of 3

Thread: Reset Admin Password

  1. #1
    meo
    Guest

    Default Reset Admin Password

    I had someone install Dolphin on my server. He used his email address for installation. He gave me the login information and I changed the password. I looked for a location to change the email address but I couldn't find it and the installer who claimed he was an expert, was not much help.

    I tried to login now using the same login and it does not work. Is there a way to manually change the admin password in a file through ftp? If so, which file is it?

    Also, please tell me where to change the admin email.

    Thank you.

    CG

  2. #2
    bigal0228's Avatar
    Join Date
    Sep 2007
    Posts
    409
    Blog Entries
    1

    Default Passwords are stored in the database..

    You can access and change your password in your database using phpMyAdmin. The admin password is located in your Admins table. It will be encrypted in MD5 format. If your "expert" set up your site using password encryption for your users, then you should just be able to go to your Profiles table and copy and paste your own password into the Admins table password field. If not, there are a number of Admin password reset utilities that will do it for you. Do a search for password reset or such on here or look on boonex's website for some free ones.

    Hope this helps!
    If at first you don't succeed, go to a forum and ask like hell. (Using Joomla 1.5.18, JomSocial 1.6.12, Fully Customized)
    <div>

<a href="http://www.fancamtastic.com/?idAff=5"><img src="http://www.fancamtastic.com/media/images/banners/Banner6.gif" width="445" height="49" border="0"></a><br />
<a href="http://www.fancamtastic.com/?idAff=5"></a>

</div>

  3. #3

    Join Date
    Jan 2008
    Posts
    72

    Default

    You will need to go locate the password in phpmyadmin. It will probably be MD5 encrypted, so it will just look like random numbers and letters. Once you know where the password is stored at in the database (I do not know offhand), you can run an SQL Query like:

    Code:
    UPDATE example_users SET password=MD5('yourpassword') WHERE user = "Super Administrator";
    change "example_users" to be the name of the database table where the member passwords are stored.

    change "Super Administrator" to be the log in name of the admin, which I presume is just admin.

    This query will replace the old admin password with your new, desired password, and it will also be MD5 encrypted.
    Last edited by SittingOut; 06-04-2008 at 04:05 AM.
    Dolphin 6.0.0003 + Ray 3.0 Modded

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Admin password - dolphin 5.5
    By Nyxks in forum General Troubleshooting
    Replies: 7
    Last Post: 08-27-2007, 06:04 AM
  2. admin password, login
    By n0n4m3 in forum General Troubleshooting
    Replies: 3
    Last Post: 08-26-2007, 09:15 PM
  3. Admin Password Incorrect..
    By Dr_Dre in forum General Issues, Comments, Questions
    Replies: 3
    Last Post: 01-27-2007, 04:55 PM
  4. admin password
    By valentino in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 09-20-2006, 07:06 AM
  5. Change the Admin Password!
    By mentaldave in forum Security / Server Administration
    Replies: 2
    Last Post: 09-18-2006, 02:28 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts