Results 1 to 3 of 3

Thread: Newbie - admin login?

  1. #1
    simcoe1 is offline Junior Member
    Join Date
    Aug 2006
    Posts
    1

    Default Newbie - admin login?

    I managed to get everything installed (SugarCRM OS). Those module permissions were a hurdle!

    I can't get past the login screen. The database username/password doesn't seem to work.

    Is there a file where I can view the settings? Are they in one of the tables?

    The admin login and password in the MySQL Users table is not one I recognize. It doesn't work either.

    Is it scrambled? Could there be a permission set to prevent processing the password or username?

    Thanks.
    Last edited by simcoe1; 2006-08-26 at 03:54 PM. Reason: new information

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Newbie - admin login?

    So are you saying you can't get into MySQL at all or just SugarCRM. The admin password for SugarCRM should have been set up in the second to last step in the install process.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    Barakanooz is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    26

    Default Re: Newbie - admin login?

    You can reset the password in mysql with this command

    UPDATE users SET user_hash = MD5('new_password_here') WHERE id = 1;

Thread Information

Users Browsing this Thread

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

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
  •