Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15436/phpslash-dev/include/modules/auth/authtypes
Modified Files:
slashAuthSkel.class
Log Message:
comment submitter's IP or domain should display if not comment Admin.
Index: slashAuthSkel.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes/slashAuthSkel.class,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** slashAuthSkel.class 21 Sep 2004 11:16:59 -0000 1.1
--- slashAuthSkel.class 26 Oct 2004 19:43:46 -0000 1.2
***************
*** 12,17 ****
// returns true if user is validated
// false otherwise
- // The parent class loginform uses attempts to use Challenge-Response and the
- // password argument will typically be blank
//
function psl_validate($username='', $password='', $response='', $user_info='') {
--- 12,15 ----
|