make authenticate() method explain more clear

This commit is contained in:
kenperl 2006-02-19 11:39:56 +00:00
parent a655fbd947
commit ebbb129b9a

View file

@ -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