Correct functions for creating new users, confirming email, resetting password and forgot password.
This commit is contained in:
@@ -10,10 +10,11 @@ from flask_jwt_extended import JWTManager
|
||||
from flask_session import Session
|
||||
from flask_wtf import CSRFProtect
|
||||
|
||||
# from .utils.key_encryption import JosKMSClient
|
||||
from .utils.nginx_utils import prefixed_url_for
|
||||
from .utils.simple_encryption import SimpleEncryption
|
||||
from .utils.minio_utils import MinioClient
|
||||
|
||||
|
||||
# Create extensions
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
|
||||
Reference in New Issue
Block a user