heritagecu.ca
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -151,7 +151,7 @@ add_action( 'um_submit_form_errors_hook__registration', 'um_validate_email_domai | ... | @@ -151,7 +151,7 @@ add_action( 'um_submit_form_errors_hook__registration', 'um_validate_email_domai |
| 151 | 151 | ||
| 152 | 152 | ||
| 153 | function is_valid_email_domain($login, $email, $errors ){ | 153 | function is_valid_email_domain($login, $email, $errors ){ |
| 154 | $allowed_email_domains = array("gotenzing.com","ekccu.com","stellervista.com");// allowed domains | 154 | $allowed_email_domains = array("gotenzing.com","heritagecu.ca","ekccu.com","stellervista.com");// allowed domains |
| 155 | $valid = false; // sets default validation to false | 155 | $valid = false; // sets default validation to false |
| 156 | if ( isset( $email ) && is_email( $email ) ) { | 156 | if ( isset( $email ) && is_email( $email ) ) { |
| 157 | $email_domain = array_pop( explode( '@', trim( $email) ) ); | 157 | $email_domain = array_pop( explode( '@', trim( $email) ) ); | ... | ... |
-
Please register or sign in to post a comment