Replies: 3 comments 1 reply
-
That's a weird git issue, how are you syncing? |
Beta Was this translation helpful? Give feedback.
-
When you synchronize your codebase between your local development environment and your production server via Git, it should not create any users by default. However, there could be a few scenarios where users are created during the synchronization process. One possible scenario could be that you have added a new user to your local development environment, and this user is included in the Git repository. When you push the changes to the production server, the new user will be added to the production server's user database. Another possible scenario could be that your application's code creates a new user automatically when it is deployed to the production server. This could happen if your application has a feature that allows users to sign up and create accounts. |
Beta Was this translation helpful? Give feedback.
-
Hey @vhbelvadi, Did you run You can do that and And there is also the Gitamic addon for $19 that gives you the Git features without the need to buy a Pro license. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm on the free tier of Statamic which means I only have access to one user and I've created them using
php please make:user
.However, after syncing my statamic folder to my production server I noticed that the same password didn't work. Apparently there were two user accounts after the git sync?
Either way, the question now: is there any way to sync user accounts between local and production? Alternately, what's a method to avoid this seeming duplication.
Beta Was this translation helpful? Give feedback.
All reactions