Browse Source

use gmail validator

Rafał Pitoń 10 years ago
parent
commit
248027f1eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misago/conf/defaults.py

+ 1 - 0
misago/conf/defaults.py

@@ -244,6 +244,7 @@ AUTHENTICATION_BACKENDS = (
 )
 )
 
 
 MISAGO_NEW_REGISTRATIONS_VALIDATORS = (
 MISAGO_NEW_REGISTRATIONS_VALIDATORS = (
+    'misago.users.validators.validate_gmail_email',
     'misago.users.validators.validate_with_sfs',
     'misago.users.validators.validate_with_sfs',
 )
 )