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

Commit

Permalink
fix(config): fix signinConfirmation.enabledEmailAddresses config (#279)…
Browse files Browse the repository at this point in the history
… r=vladikoff
  • Loading branch information
philbooth authored and vladikoff committed Oct 5, 2016
1 parent 09030aa commit 50f5c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/auth/templates/config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"signinConfirmation": {
"enabled": true,
"sample_rate": 0,
"enabledEmailAddresses": "/(^sync.*@restmail.net$|.+@mozilla.com$)/"
"enabledEmailAddresses": "^(sync.*@restmail\\.net|.+@mozilla\\.com)$"
},
"listen": {
"port": {{ auth_private_port }}
Expand Down

0 comments on commit 50f5c26

Please sign in to comment.