Skip to content
Snippets Groups Projects
Commit 133dfdfd authored by natrak's avatar natrak
Browse files

Bugfixes

parent e8298816
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -93,7 +93,10 @@ function makePassword($min_length=6) {
case "new":
newUser();
break;
case "forgot":
case "logout":
session_start();
session_destroy();
unset $user;
break;
case "Register":
if ($rval = validateUser($new)) { newUser($new, "<B>Error: $rval</B>"); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment