Update of /cvsroot/phpwiki/phpwiki/lib/WikiUser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21090
Modified Files:
IMAP.php
Log Message:
fix checkPass call in userExists
Index: IMAP.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiUser/IMAP.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -2 -b -p -d -r1.5 -r1.6
--- IMAP.php 25 Apr 2005 19:46:08 -0000 1.5
+++ IMAP.php 25 Aug 2006 22:35:50 -0000 1.6
@@ -43,5 +43,5 @@ extends _PassUser
return true;
- if (checkPass($this->_prefs->get('passwd')))
+ if ($this->checkPass($this->_prefs->get('passwd')))
return true;
return $this->_tryNextUser();
@@ -54,4 +54,7 @@ extends _PassUser
// $Log$
+// Revision 1.6 2006/08/25 22:35:50 rurban
+// fix checkPass call in userExists
+//
// Revision 1.5 2005/04/25 19:46:08 rurban
// trivial tuning by michael pruitt. Patch #1120185
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|