X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=673a82a67fe892c39759866396341ef0f52b56da;hb=e112461ad1af391bfdc158350bba343a2624c892;hp=bdb2cae54e65d173738b403573ee5e89a3a88cbd;hpb=de6fb80a66ecfeb21ab707daf70de17cc02415f8;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index bdb2cae..673a82a 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:

@@ -629,7 +635,7 @@ example another website, or RSS feeds. If you have or want a database, there are still choices to be made, there are several modules about for accessing databases via OO. The best known are -probably L and L. Catalyst supports making models +probably L and L. Catalyst supports making models using either of these. For a simple example, we will allow our users to store their favourite