Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c63fb945
authored
2023-03-07 16:00:28 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
heritagecu.ca
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
365f8f0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/functions.php
wp-content/themes/understrap-child/functions.php
View file @
c63fb94
...
...
@@ -151,7 +151,7 @@ add_action( 'um_submit_form_errors_hook__registration', 'um_validate_email_domai
function
is_valid_email_domain
(
$login
,
$email
,
$errors
){
$allowed_email_domains
=
array
(
"gotenzing.com"
,
"ekccu.com"
,
"stellervista.com"
);
// allowed domains
$allowed_email_domains
=
array
(
"gotenzing.com"
,
"
heritagecu.ca"
,
"
ekccu.com"
,
"stellervista.com"
);
// allowed domains
$valid
=
false
;
// sets default validation to false
if
(
isset
(
$email
)
&&
is_email
(
$email
)
)
{
$email_domain
=
array_pop
(
explode
(
'@'
,
trim
(
$email
)
)
);
...
...
Please
register
or
sign in
to post a comment