Results 1 to 6 of 6

Thread: change another admin password in web

  1. #1
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default change another admin password in web

    Hi,

    I have SugarCRM CE 5.5.2 (Build 1224)
    The problem is that I can't change the password of another administrator. I know how to change it directly in MySQL, but want to do it within Sugar. One solution is to make that user "Regular", change it and make it back "Administrator". Is this some kind of feature? In 5.0 I think the "change password" button is there.

    Thanks

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: change another admin password in web

    Yes, it seems to be a new feature if I understand the code correct:

    if((($current_user->id == $focus->id) || $usertype=='PORTAL_ONLY' || (($usertype=='REGULAR' || (isset($_REQUEST['isDuplicate']) && $_REQUEST['isDuplicate'] == 'true' && $usertype!='GROUP')) && !$enable_syst_generate_pwd)) && !$focus->external_auth_only )
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default Re: change another admin password in web

    Hm.. too bad
    Thanks kuske

  4. #4
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: change another admin password in web

    Mhh you could patch that line in /modules/Users/EditView.php

    But I saw that the forgotten password mechanism in version 5.5.4 with reCaptchas seems to work now. Perhaps that is the reason for the "new feature"
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  5. #5
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default Re: change another admin password in web

    I see
    Sounds reasonable

  6. #6
    njaygirl is offline Junior Member
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    1

    Default Re: change another admin password in web

    Thanks as well about the information because it's a very helpful on my part as well.

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. How to recover Admin Password ?
    By mem94566 in forum Help
    Replies: 3
    Last Post: 2009-07-10, 11:20 AM
  3. how do you change admin password
    By vanDivX in forum Help
    Replies: 2
    Last Post: 2007-06-05, 11:41 AM
  4. Resetting admin password?
    By gremln007 in forum Help
    Replies: 2
    Last Post: 2004-11-13, 08:00 PM
  5. Admin Password
    By manjudj in forum Help
    Replies: 1
    Last Post: 2004-07-29, 04:25 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
  •