aboutsummaryrefslogtreecommitdiffstats
path: root/run.psgi
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-09-02 06:00:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-09-02 06:05:34 +0200
commit7b4d5536c9df9673937deb0670b11240c02ce5a1 (patch)
tree2826a4ae0e29772daaa8d9ae3dd8bf1a1ee6af1e /run.psgi
parentc721370bc2c7ee369b292ba768cb20a9864a805c (diff)
Fripost::Session: Forget credentials when destroying the session.
Diffstat (limited to 'run.psgi')
-rw-r--r--run.psgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.psgi b/run.psgi
index 8389118..3d5c90d 100644
--- a/run.psgi
+++ b/run.psgi
@@ -280,6 +280,7 @@ $builder->mount($WELCOME_PAGE => sub($) {
die "Internal error: ", $@;
} else {
# something went wrong...
+ $tmpl_params{AUTHZID} = "oops";
}
render( $req, "overview.html", %tmpl_params );