Hi,
I have one question: I created small Docker script to build the image with Grav. Everything works fine except I cant add admin user automatically, as part of the build procedure. I have tried to use cat and echo to automate usage of admin plugin, but resulting file is not OK so I am prevented to login.
Am I missing something or I shall create user file directly (in which case I am not sure how to properly generate password hash)?
Thank you kindly