Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

Commit fd47e71

Browse files
committed
fix(validation): update the URL to match the new dashboard
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 09af2f0 commit fd47e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/notificationtargetaccountvalidation.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function addDataForTemplate($event, $options = array()) {
108108
$accountValidation = $this->obj;
109109
$accountValidationId = $accountValidation->getID();
110110
$validationToken = $accountValidation->getField('validation_pass');
111-
$validationUrl = $config['webapp_url'] . "#!/account/$accountValidationId/validation/$validationToken";
111+
$validationUrl = $config['webapp_url'] . "validateAccount/$accountValidationId/validation/$validationToken";
112112

113113
$activationDelay = new DateInterval('P' . $accountValidation->getActivationDelay() . 'D');
114114
$activationDelay = $activationDelay->format('%d');

0 commit comments

Comments
 (0)