]> iEval git - gruntmaster-page.git/blobdiff - app.psgi
Add register and passwd actions
[gruntmaster-page.git] / app.psgi
index 25cf90f686f627746f26560b8be9c99b03e680ea..f13ef8e323be37574355c32643612b21cd27bb6e 100644 (file)
--- a/app.psgi
+++ b/app.psgi
@@ -8,6 +8,7 @@ use Plack::Request;
 
 sub some_auth_required {
        my $r = Plack::Request->new($_[0]);
+       return 1 if $r->path eq '/action/passwd';
        0
 }
 
This page took 0.015148 seconds and 4 git commands to generate.