Results 1 to 4 of 4

Thread: Where in the system is user authentication handled?

  1. #1
    hadoob024's Avatar
    hadoob024 is offline Sugar Community Member
    Join Date
    Mar 2010
    Posts
    137

    Default Where in the system is user authentication handled?

    I'm trying to get a better understanding of how Sugar handles the whole user authentication process. I've several post about this, but most of them seem to be referencing outdated features or methods. Is there some updated documentation or a more current post that I didn't find regarding which Sugar files do what?
    -hadoob024-


    Windows 7 SP1
    PHP 5.2.17
    SQL Server 2008 R2
    IIS 7.5
    Sugar Professional Version 5.5.1

  2. #2
    agcopley is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Santiago, Chile
    Posts
    204

    Default Re: Where in the system is user authentication handled?

    Hi,
    Look in modules/users/authentication for the various classes that handle authentication.


    Rdgs
    Andrew

  3. #3
    turutosiya's Avatar
    turutosiya is offline Sugar Community Member
    Join Date
    Aug 2007
    Location
    Tokyo, Japan
    Posts
    147

    Default Re: Where in the system is user authentication handled?

    Hi.

    At first, authentication request is handled by Authenticate.php

    https://code.sugarcrm.com/public/tag...thenticate.php

    Then, following is called

    https://code.sugarcrm.com/public/tag...Controller.php
    Toshiya TSURU <turutosiya@gmail.com>
    http://j.mp/turutosiya
    http://twitter.com/turutosiya

  4. #4
    hadoob024's Avatar
    hadoob024 is offline Sugar Community Member
    Join Date
    Mar 2010
    Posts
    137

    Default Re: Where in the system is user authentication handled?

    Got it. Thanks. It does make a little bit more sense. I threw some breakpoints in Authenticate.php to follow what was going on and can see the process now. Quick follow-up, I can't figure out what Login.php or User.php do, however.
    -hadoob024-


    Windows 7 SP1
    PHP 5.2.17
    SQL Server 2008 R2
    IIS 7.5
    Sugar Professional Version 5.5.1

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. User Authentication Process
    By SharkBait in forum General Discussion
    Replies: 3
    Last Post: 2011-03-02, 01:47 PM
  2. LDAP User Authentication over SOAP
    By turutosiya in forum Developer Help
    Replies: 3
    Last Post: 2009-10-23, 07:55 AM
  3. Weird User authentication problem
    By magicbobeto in forum Help
    Replies: 1
    Last Post: 2008-03-10, 04:45 PM
  4. Replies: 1
    Last Post: 2006-08-23, 09:57 PM
  5. LDAP User Authentication
    By ahoyer2 in forum Feature Requests
    Replies: 2
    Last Post: 2005-05-13, 03:16 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
  •