not create user in docker init

This commit is contained in:
Cayo Puigdefabregas 2024-01-23 18:14:46 +01:00
parent 16ae2c08da
commit 5aaa88971a
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ config_dpp_part1() {
flask dlt_rsync_members
# 14. Register a new user to the DLT
flask dlt_register_user "${EMAIL_DEMO}" ${PASSWORD_DEMO} Operator
#flask dlt_register_user "${EMAIL_DEMO}" ${PASSWORD_DEMO} Operator
}
config_dpp_part2() {