Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(config): Update secondary email config to support softvision and …
Browse files Browse the repository at this point in the history
…restmail (#1894) r=vladikoff

Fixes #1891
  • Loading branch information
vbudhram authored and vladikoff committed May 12, 2017
1 parent e62aab1 commit b3edcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ var conf = convict({
enabledEmailAddresses: {
doc: 'Only enable for email addresses matching this regex.',
format: RegExp,
default: /.+@mozilla\.com$/,
default: /.+@mozilla\.com$|.+@restmail\.net$|.+@softvisioninc\.eu$|.+@softvision\.(com|ro)$/,
env: 'SECONDARY_EMAIL_ENABLE_REGEX'
},
minUnverifiedAccountTime: {
Expand Down

0 comments on commit b3edcef

Please sign in to comment.