phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] api/class.auth.php, 1.1.1.1.2.12


From: nomail
Subject: [Phpgroupware-cvs] api/class.auth.php, 1.1.1.1.2.12
Date: Fri, 9 Jul 2004 17:12:42 +0200

Update of /api
Modified Files:
        Branch: proposal-branch
          class.auth.php

date: 2004/07/09 15:12:42;  author: dcech;  state: Exp;  lines: +21 -1

Log Message:
added dummy methods to auth base class
made string type for validate less restrictive
=====================================================================
Index: api/class.auth.php
diff -u api/class.auth.php:1.1.1.1.2.11 api/class.auth.php:1.1.1.1.2.12
--- api/class.auth.php:1.1.1.1.2.11     Fri Jul  9 14:49:26 2004
+++ api/class.auth.php  Fri Jul  9 15:12:42 2004
@@ -61,6 +61,26 @@
 
        class api_auth_base
        {
+               function authenticate()
+               {
+                       return false;
+               }
+               
+               function change_password()
+               {
+                       return false;
+               }
+               
+               function last_password_change()
+               {
+                       return false;
+               }
+               
+               function update_lastlogin()
+               {
+                       return false;
+               }
+               
                function _create_password($passwd)
                {
                        switch 
($GLOBALS['phpgw_data']['server']['password_type'])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]