Results 1 to 2 of 2

Thread: my account modify

  1. #1
    ssch is offline Sugar Community Member
    Join Date
    Aug 2005
    Posts
    34

    Talking my account modify

    When i try to modify my account i get this

    The user name ssch already exists. Duplicate user names are not allowed. Change the user name to be unique.

    Please click the browser back button and fix the error.

    some ideas

    sugar 4.20d OS linux

  2. #2
    sadek's Avatar
    sadek is offline Sugar Team Member
    Join Date
    Sep 2005
    Posts
    244

    Default Re: my account modify

    Run the following query on your database:
    select id, user_name, status, deleted from users;

    If you have two user_name's (ssch) that are the same, change the following values of the one that is not being used:
    user_name -> something other than "ssch"
    status -> "Inactive"
    deleted -> 0

    This may be the issue.

    -Sadek

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
  •