Skip to content

Commit

Permalink
fix(uservalidationbyemail): makes emailsent page public
Browse files Browse the repository at this point in the history
Marks uservalidationbyemail/emailsent as a public page in walled garden to
ensure that newly registered users receive a understandabe comfirmation page.

Fixes #7334
  • Loading branch information
stianlik committed Oct 21, 2014
1 parent 7e24397 commit 70bbdd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/uservalidationbyemail/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ function uservalidationbyemail_validate_new_admin_user($event, $type, $user) {
*/
function uservalidationbyemail_public_pages($hook, $type, $return_value, $params) {
$return_value[] = 'uservalidationbyemail/confirm';
$return_value[] = 'uservalidationbyemail/emailsent';
return $return_value;
}

Expand Down

0 comments on commit 70bbdd6

Please sign in to comment.