Pekdon
Setting Machine Key in new .NET Core applications
I'm in the process of upgrading an old Umbraco site from version 8 -> 13. And I want to use a package called uSync.PeopleEdition to migrate over my users from the old site to the new.
The docs (https://docs.jumoo.co.uk/usync/complete/guides/People_Edition/people/) tells me:
Syncing Passwords
Passwords are stored in Umbraco in a non-reversible hash. When uSync exports these for members and users they will be stored in the .config files for those accounts.
When these values are imported to another Umbraco instance that instance has to use the same machine key values to hash passwords or they will not match when users attempt to login.
As a result you should ensure that any Umbraco instances where you wish to sync members should have the same machineKey value in their web.config files.
But I don't know how to set the machineKey attribute in now since it's no longer part of the web.config file.
Can anyone help me?
3 replies