mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Incorporated review comments for #5705
This commit is contained in:
@@ -350,6 +350,7 @@ def create_app(app_name=None):
|
||||
app.config['SECURITY_MSG_USER_DOES_NOT_EXIST'] = \
|
||||
app.config['SECURITY_MSG_INVALID_PASSWORD'] = \
|
||||
(gettext("Incorrect username or password."), "error")
|
||||
app.config['SECURITY_PASSWORD_LENGTH_MIN'] = config.PASSWORD_LENGTH_MIN
|
||||
|
||||
# Create database connection object and mailer
|
||||
db.init_app(app)
|
||||
|
||||
Reference in New Issue
Block a user