Skip to content

Commit

Permalink
Add BROWSERID_VERIFY_CLASS setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasmagri committed Feb 16, 2014
1 parent 7615586 commit ee4219e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mozbuzz/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@

# Create user accounts automatically if no user is found.
BROWSERID_CREATE_USER = False
BROWSERID_VERIFY_CLASS = 'default'

try:
from settings_local import * # NOQA
Expand Down

0 comments on commit ee4219e

Please sign in to comment.