Results 1 to 3 of 3

Thread: unable to get send lost password to work

  1. #1
    Eric T is offline Junior Member
    Join Date
    Nov 2010
    Posts
    3

    Default unable to get send lost password to work

    I am hoping someone can help me.

    I upgraded to the latest version of community and now I have to use the IMAP configuration for my email.

    When I set up my system email under admin/email settings and try a test email nothing works. However if i go to the actual email tab and compose an email using the settings i set up for that account (admin) i can send and receive emails.

    Here is where i am really confused. I need to set up my account users, so i am in the admin panel with a new user set up and I want to reset the password so i get a system generated password sent to the email i specify and i keep getting this error:

    System is unable to process your request. Please check: -SMTP Server URL and Port
    -SMTP Username and SMTP Password -Recipient Email Address -Your server status

    Also if i try to get the system to email my admin account the lost password I still get the same error.

    Any advice would be greatly appreciated.

    Thanks

  2. #2
    morrighu is offline Sugar Community Member
    Join Date
    Apr 2006
    Posts
    34

    Default Re: unable to get send lost password to work

    Since no one bothered to reply to you, I'll take a whack at it. You need to run a SQL query to update your password in the database.

    UPDATE users set password = MD5 (user_name) where user_name = "Admin"

    or something similar should reset the password for your admin user to what ever the admin user name is. You'll have to look at your database and see how the table is structured. You might need to adjust column names and the user name but that's the gist of it.

  3. #3
    caphenet is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default I am hoping someone can help me.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. lost password
    By nickgom in forum Help
    Replies: 4
    Last Post: 2010-06-25, 04:57 PM
  2. Retrieving lost admin password
    By mansuper in forum Help
    Replies: 2
    Last Post: 2007-05-07, 12:53 AM
  3. Lost root password and. . .
    By historicslunk in forum Help
    Replies: 5
    Last Post: 2007-01-03, 05:12 PM
  4. Password lost.
    By PAULV in forum Help
    Replies: 6
    Last Post: 2007-01-03, 02:27 AM
  5. Replies: 1
    Last Post: 2006-08-12, 03:24 AM

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
  •