chore: Disable email verification for new users, update search functionality, and improve note card display
This commit is contained in:
@@ -74,6 +74,9 @@ MIDDLEWARE = (
|
||||
|
||||
)
|
||||
|
||||
# disable verifications for new users
|
||||
ACCOUNT_EMAIL_VERIFICATION = 'none'
|
||||
|
||||
# For backwards compatibility for Django 1.8
|
||||
MIDDLEWARE_CLASSES = MIDDLEWARE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user