[pLog-general] pLog-general Digest, Vol 15, Issue 2

Oscar Renalias oscar at renalias.net
Thu May 31 15:59:56 EDT 2007


If you've found the classes that implement the checking logic, it  
shouldn't be difficult to track down the method calls that deal with  
loading and handling user data. Look for instantiations of the Users  
class (class/dao/users.class.php), although the Users class is only a  
proxy class that relays calls to the right user data provider. Since  
I suppose you're not running LT integrated with any other source of  
user data, the class that implements the SQL queries for handling  
users is LifeTypeUserDataProvider (in the class/dao/userdata/ folder)

On 31 May 2007, at 22:04, Tobias Marx wrote:

> Thanks! I have found those classes before already...but I still  
> haven't found the sql statements yet.....
>
>> You can have a look at the code under class/summary/action, there is
>> at least two classes that you should look at. The first one is
>> douserregisteraction.class.php that loads data from the first form in
>> the registration process (uesr and password creation) and  
>> validates it
>> , and the second one is checkusernameajaxaction.class.php that
>> implements the Ajax-based validation of the username when clicking  
>> the
>> "check this username" button in the form.
>>
>> Oscar
> _______________________________________________
> pLog-general mailing list
> pLog-general at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-general
>



More information about the pLog-general mailing list