Hi there,
if I create a new site, I naturally work on it in a local environment for a while, before I deploy it to the remote server. I use git for deployment and for security reasons the accounts folder that holds the users is excluded from git tracking via the .gitignore file.
I initially create an admin user to set up the panel. How do I transfer this account to the remote server, if not via git? Is the idea to just newly set up the admin account on the remote server? Or is there some method to safely transfer it?
Also, is the idea to set up all other user accounts on the remote server? And does that mean, I can always only create them once I have moved the site to the remote server and never before.
Would be great to get some help to generally understand the concepts behind that.
Thanks!