Show
Ignore:
Timestamp:
09/15/06 08:29:06 (2 years ago)
Author:
misja
Message:

Made the auth/ section behave more like the mod/ handling by making the authentication call unique to the module, e.g. internal_authenticate_user_login().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/auth/internal/lib.php

    r549 r550  
    11<?php 
    22// this is internal or default authentication 
    3 function authenticate_user_login($username,$password) { 
     3function internal_authenticate_user_login($username,$password) { 
    44     
    55    return get_record_select('users',"username = ? AND password = ? AND active = ? AND user_type = ? ",