aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Email_resend.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-27 14:16:52 -0800
committerzotlabs <mike@macgirvin.com>2018-01-27 14:16:52 -0800
commit69099a2732b749b4e370e16523152068e15cbd6f (patch)
tree1633d85025ccb79ede1583a11ead06d02365191a /Zotlabs/Module/Email_resend.php
parentd99a51e5b7748115bab218db31b9675fb31b1de8 (diff)
downloadvolse-hubzilla-69099a2732b749b4e370e16523152068e15cbd6f.tar.gz
volse-hubzilla-69099a2732b749b4e370e16523152068e15cbd6f.tar.bz2
volse-hubzilla-69099a2732b749b4e370e16523152068e15cbd6f.zip
registration testing
Diffstat (limited to 'Zotlabs/Module/Email_resend.php')
-rw-r--r--Zotlabs/Module/Email_resend.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/Zotlabs/Module/Email_resend.php b/Zotlabs/Module/Email_resend.php
index 8c0fbad2f..921d2819a 100644
--- a/Zotlabs/Module/Email_resend.php
+++ b/Zotlabs/Module/Email_resend.php
@@ -7,8 +7,6 @@ class Email_resend extends \Zotlabs\Web\Controller {
function post() {
-
-
if($_POST['token']) {
if(! account_approve(trim($_POST['token']))) {
notice('Token verification failed.');
@@ -35,7 +33,7 @@ class Email_resend extends \Zotlabs\Web\Controller {
notice(t('Unable to resend email verification message.'));
}
- return;
+ goaway(z_root() . '/email_validation/' . bin2hex($email));
}