From ebbb129b9a429eb4d2ec8e4887c3433307f54efe Mon Sep 17 00:00:00 2001 From: kenperl Date: Sun, 19 Feb 2006 11:39:56 +0000 Subject: [PATCH] make authenticate() method explain more clear --- lib/WebGUI/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 0ca0bc9c0..6f8ffa458 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -128,7 +128,7 @@ sub addUserFormSave { =head2 authenticate ( ) -Superclass method that performs standard login routines. This method should return true or false. +Superclass method that performs standard login routines. This method returns true if login success, otherwise returns false. =cut