X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;fp=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=ffbc1b9047b99ae103af5b34529212fd37759e20;hp=a7e67cb589df739b1f6131ae47ebd8d7850c5434;hb=c4fa597d1e45932c270583f8afa91762116b2187;hpb=98fd8420ab3b60bf830264311beebe0a5f334478 diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index a7e67cb..ffbc1b9 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -340,6 +340,15 @@ C: $ perl -Ilib -e 'use MyApp; use Config::General; Config::General->new->save_file("myapp.conf", MyApp->config);' +B Because we are using SimpleDB along with a database layout +that complies with its default assumptions, we don't need to specify +the names of the columns where our username and password information +is stored (hence, the "Simple" part of "SimpleDB"). That being said, +SimpleDB let's you specify that type of information if you need to. +Take a look at +C +for details. + =head2 Add Login and Logout Controllers