From: Jess Robinson Date: Tue, 29 Nov 2005 21:50:30 +0000 (+0000) Subject: More docs X-Git-Tag: v0.03~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a2fcf9792b093a1a9287eaccfa9538ece48105b8;p=catagits%2FCatalyst-Plugin-Authentication.git More docs --- diff --git a/lib/Catalyst/Plugin/Authentication/Credential/Password.pm b/lib/Catalyst/Plugin/Authentication/Credential/Password.pm index fd2abc3..d6d250c 100644 --- a/lib/Catalyst/Plugin/Authentication/Credential/Password.pm +++ b/lib/Catalyst/Plugin/Authentication/Credential/Password.pm @@ -139,7 +139,7 @@ with L. Try to log a user in. -C<$username> can be an ID or string (e.g. retrieved from a form) or an object. +C<$username> can be a string (e.g. retrieved from a form) or an object. If the object is a L it will be used as is. Otherwise C<< $c->get_user >> is used to retrieve it.