How to create an admin after Docker setup if INIT_ADMIN did not work? #38
-
|
Hi, How can I create an admin user after the installation? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
johaven
Aug 27, 2025
Replies: 2 comments
-
|
Hi @dcoustenoble, docker exec -it sync-in sh
node server/infrastructure/database/scripts/create-user.js --role admin --login "user" --password "password" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johaven
-
|
Hi @johaven , Thank you, it worked! 🙌 Thanks again! 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dcoustenoble,