Mike Chambers
01/20/2024, 9:41 PMdefault
? Any ideas what credentials to actually use to gain access as the admin?
Reading around it seems that umbraco.io users aren't created as a security measure. So I gues my issue of an unknown admin user only is that I only have umbraco.io users set up? It seems I can add the umbraco.io users by changing the data\backoffice\users
and removing the leading underscore from the _user_name.courier
but this seems to be a one time deal only creating users when the local site spins the db up for the very first time, prior to the restore content from cloud. (ps can't see any mention of users in the cloud documentation for creating a local copy have I missed something)
I've tried the echo > deploy
approach in the data folder to get a new user imported once the local db is already set up without joy.
(indeed all I see here is a deploy
file created and not the deploy-complete
as the docs mention?
How can I trigger an import of new users if required?
Cheers all
https://cdn.discordapp.com/attachments/1198381723176665219/1198381723361231021/image.png?ex=65beb2f3&is=65ac3df3&hm=4ffd647b66814702ca063b25636c78c6af4aaede4a6cbd49a4ecd004aa0a7e2a&skttl
01/21/2024, 8:25 PMtn_qt74
01/22/2024, 2:04 AMMike Chambers
01/22/2024, 10:26 AM_username.courier
files.. I wanted a solution to be able to add new umbraco.io users when the db was already in place. 😦Mike Chambers
01/22/2024, 10:28 AMskttl
01/22/2024, 10:29 AMMike Chambers
01/22/2024, 10:34 AMMike Chambers
01/22/2024, 10:35 AM/data/users/_myuser.courier
to data/users/myuser.courier
then that initial creation of the localdb includes that user now.. and then restore proceeds ok and I can log in to the local dev environment.skttl
01/22/2024, 10:36 AMMike Chambers
01/22/2024, 10:36 AMskttl
01/22/2024, 10:36 AMMike Chambers
01/22/2024, 10:36 AMMike Chambers
01/22/2024, 10:36 AMskttl
01/22/2024, 10:37 AMMike Chambers
01/22/2024, 10:37 AMMike Chambers
01/22/2024, 10:38 AMecho>deploy
only reprocesses the .uda
and not the .courier
filesMike Chambers
01/22/2024, 10:40 AM