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

Commit

Permalink
fix(config): improve sign-in confirmation email regex
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Jun 20, 2016
1 parent e8cd5df commit 33301c5
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 @@ -423,7 +423,7 @@ var conf = convict({
doc: 'If feature enabled, force sign-in confirmation for email addresses matching this regex.',
format: Array,
default: [
'@mozilla.com$'
'.+@mozilla\.com$'
],
env: 'SIGNIN_CONFIRMATION_FORCE_EMAIL_REGEX'
}
Expand Down

0 comments on commit 33301c5

Please sign in to comment.