Results 1 to 3 of 3

Thread: Retrieving lost admin password

  1. #1
    mansuper is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    10

    Default Retrieving lost admin password

    Hi,

    Could any tell me how to retrieve lost admin password.

    Thanks

  2. #2
    sanjaykatiyar1's Avatar
    sanjaykatiyar1 is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Bangalore
    Posts
    600

    Default Re: Retrieving lost admin password

    Do you have sugar database access?
    If yes then go to mysql prompt, select the sugar database and run this query.
    Can also use phpmyadmin if its there

    update users set user_hash = md5('NewPassword') where user_name = 'admin';
    Sanjay Katiyar
    iPhone and Android solutions http://www.apptility.com

  3. #3
    mansuper is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    10

    Default Re: Retrieving lost admin password

    Thank you. I will test it and update you again.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I reset the admin password?
    By clint in forum Help
    Replies: 11
    Last Post: 2011-09-30, 06:13 AM
  2. Replies: 7
    Last Post: 2007-02-14, 03:48 PM
  3. Lost admin access
    By jhardebeck in forum Help
    Replies: 3
    Last Post: 2006-09-13, 05:50 PM
  4. Replies: 1
    Last Post: 2006-08-12, 03:24 AM
  5. Replies: 3
    Last Post: 2005-08-22, 10:59 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
  •