From: Gavin Henry Date: Thu, 16 Mar 2006 14:40:30 +0000 (+0000) Subject: Added a Template loop in usercreate.tt to show existing users. X-Git-Tag: 5.7099_04~669 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=67dde50d182d6dc1d9c2fed3ec6b4ff3384bb56d Added a Template loop in usercreate.tt to show existing users. --- diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index bdb2cae..5b0e973 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -475,6 +475,12 @@ The usercreate.tt template looks like this: [% c.config.name %]

Create a new user

+

Current users are:

+

+ [% FOREACH key = c.config.authentication.users.keys %] + [% key %]
+ [% END %] +

[% c.stash.message %]

User Name: