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.13


From: nomail
Subject: [Phpgroupware-cvs] api/class.auth.php, 1.1.1.1.2.13
Date: Sun, 29 Aug 2004 04:17:44 +0200

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

date: 2004/08/29 02:17:44;  author: jengo;  state: Exp;  lines: +5 -5

Log Message:
Some reformating
=====================================================================
Index: api/class.auth.php
diff -u api/class.auth.php:1.1.1.1.2.12 api/class.auth.php:1.1.1.1.2.13
--- api/class.auth.php:1.1.1.1.2.12     Fri Jul  9 15:12:42 2004
+++ api/class.auth.php  Sun Aug 29 02:17:44 2004
@@ -110,11 +110,11 @@
                function _verify_password()
                {
                        $args = new safe_args();
-                       $args->set('u_passwd',  REQUIRED,       'any');
-                       $args->set('h_passwd',  REQUIRED,       'any');
-                       $args->set('type',              'MD5',          'any');
+                       $args->set('u_passwd',REQUIRED,'any');
+                       $args->set('h_passwd',REQUIRED,'any');
+                       $args->set('type','MD5','any');
                        $args = $args->get(func_get_args());
-                       
+
                        switch ($args['type'])
                        {
                                case 'SSHA':




reply via email to

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