mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-27 11:22:12 +08:00
Add a bunch of doc strings and add some more configuration values
This commit is contained in:
@@ -142,7 +142,7 @@ class RegisterableTests(SecurityTest):
|
||||
|
||||
class ConfirmableTests(SecurityTest):
|
||||
AUTH_CONFIG = {
|
||||
'SECURITY_CONFIRM_EMAIL': True
|
||||
'SECURITY_CONFIRMABLE': True
|
||||
}
|
||||
|
||||
def test_register_sends_confirmation_email(self):
|
||||
|
||||
Reference in New Issue
Block a user