mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
fix error message
This commit is contained in:
parent
2d4cc91701
commit
34dd39b2fc
@ -180,7 +180,7 @@ class InvenTreeConfig(AppConfig):
|
|||||||
|
|
||||||
# not all needed variables set
|
# not all needed variables set
|
||||||
if set_variables < 3:
|
if set_variables < 3:
|
||||||
logger.warn('Not all required settings for adding a user on startup are present:\nINVENTREE_SET_USER, INVENTREE_SET_EMAIL, INVENTREE_SET_PASSWORD')
|
logger.warn('Not all required settings for adding a user on startup are present:\nINVENTREE_ADMIN_USER, INVENTREE_ADMIN_EMAIL, INVENTREE_ADMIN_PASSWORD')
|
||||||
settings.USER_ADDED = True
|
settings.USER_ADDED = True
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user