aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Routing.class.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-13 19:13:01 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-13 19:13:01 +0100
commit31556b05d0fc64c6d183d418d2d00f0ea5a0a136 (patch)
tree841dc5acaa92127a37332c4cde4f395a2b1daab4 /inc/poche/Routing.class.php
parentaf13787e74ea45d7edc1005810f15a8baa428a77 (diff)
parent6cb5e1c9f511996d52b45b459bb26047f0dead38 (diff)
downloadwallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.tar.gz
wallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.tar.zst
wallabag-31556b05d0fc64c6d183d418d2d00f0ea5a0a136.zip
Merge pull request #1022 from wallabag/sendmailatregistration
Send email at registration
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-xinc/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 709831d5..82ff20d6 100755
--- a/inc/poche/Routing.class.php
+++ b/inc/poche/Routing.class.php
@@ -117,7 +117,7 @@ class Routing
117 // update password 117 // update password
118 $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']); 118 $this->wallabag->updatePassword($_POST['password'], $_POST['password_repeat']);
119 } elseif (isset($_GET['newuser'])) { 119 } elseif (isset($_GET['newuser'])) {
120 $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser'], $_POST['newuseremail']); 120 $this->wallabag->createNewUser($_POST['newusername'], $_POST['password4newuser'], $_POST['newuseremail'], true);
121 } elseif (isset($_GET['deluser'])) { 121 } elseif (isset($_GET['deluser'])) {
122 $this->wallabag->deleteUser($_POST['password4deletinguser']); 122 $this->wallabag->deleteUser($_POST['password4deletinguser']);
123 } elseif (isset($_GET['epub'])) { 123 } elseif (isset($_GET['epub'])) {