aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgpigeon-template.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi
index c513548..b0ad66a 100755
--- a/gpigeon-template.cgi
+++ b/gpigeon-template.cgi
@@ -86,7 +86,7 @@ my ($notif_de_creation, $notif_mail_valide, $notif_suppression) = undef;
my @created_links = ();
-if (argon2id_verify($PASSWD,$PASSWD_HASH)){
+if (argon2id_verify($PASSWD_HASH,$PASSWD)){
my $psswd_formfield = '<input type="hidden" name="password" value="' . $cgi_query_get->param('password') . '">';
if (defined $cgi_query_get->param('supprlien')){