Email change implemented!

This commit is contained in:
Marijn Jansen
2017-01-19 13:44:47 +01:00
parent ff19b5e1b9
commit d27538a164
2 changed files with 58 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$result = updatePassword();
break;
case "email":
$result = $notImplemented;
$result = changeEmail();
break;
case "picture":
$result = $notImplemented;