aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Routing.class.php
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-25 08:42:03 +0200
committertcit <tcit@tcit.fr>2014-07-25 08:42:03 +0200
commit046b9316244c7a3a19446b2425d2370a26246af0 (patch)
treef1e126a7590b32767ab22cb372ff474eab70836d /inc/poche/Routing.class.php
parent2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (diff)
downloadwallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.gz
wallabag-046b9316244c7a3a19446b2425d2370a26246af0.tar.zst
wallabag-046b9316244c7a3a19446b2425d2370a26246af0.zip
added email field
Diffstat (limited to 'inc/poche/Routing.class.php')
-rw-r--r--inc/poche/Routing.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php
index 2db57d12..6643397a 100644
--- a/inc/poche/Routing.class.php
+++ b/inc/poche/Routing.class.php
@@ -107,7 +107,7 @@ class Routing
107 // update password 107 // update password
108 $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); 108 $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']);
109 } elseif (isset($_GET['newuser'])) { 109 } elseif (isset($_GET['newuser'])) {
110 $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser']); 110 $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser'], $_POST['newuseremail']);
111 } elseif (isset($_GET['deluser'])) { 111 } elseif (isset($_GET['deluser'])) {
112 $this->wallabag->deleteUser($_POST['password4deletinguser']); 112 $this->wallabag->deleteUser($_POST['password4deletinguser']);
113 } elseif (isset($_GET['epub'])) { 113 } elseif (isset($_GET['epub'])) {