Mailman don't understand UTF8 (Closes #761)
[platal.git] / modules / platal.php
index 0fb4c19..f2d4d96 100644 (file)
@@ -189,6 +189,7 @@ class PlatalModule extends PLModule
 
         if (Post::has('response2'))  {
             require_once 'secure_hash.inc.php';
+            S::assert_xsrf_token();
 
             $_SESSION['password'] = $password = Post::v('response2');