kaykysii
10/08/2023, 11:51 AMAmbert
10/08/2023, 4:34 PMAmbert
10/08/2023, 4:34 PMAmbert
10/08/2023, 4:34 PMkaykysii
10/08/2023, 11:29 PMkaykysii
10/08/2023, 11:29 PMThis solution works for Umbraco 8
Find an admin user in your database
Update their password to:
WRNIcp5OKxjowAwyBbdXJw==uHFH281pvI0UQJgRdJb95T9gPT1sVXBHKhYcoW5L8LI=
To log in, use their username and that hashed password up there is actually: MyUmbracoPassword1
I came up with this because I tried the answer above and received an error that
"Cannot use ASP.Net Identity with UmbracoMembersUserStore when the password format is not Hashed"
So if you don't want to use my HASH then install a blank umbraco of the same version and setup your admin user with a password and then grab whatever the hash is for your brand new user from the database and feed it back into the system you actually want to get in to.
kaykysii
10/08/2023, 11:30 PMAmbert
10/09/2023, 6:13 AMleekelleher
10/09/2023, 9:26 AMAaronSadlerUK
10/09/2023, 12:39 PMMike Chambers
10/09/2023, 2:10 PMSpecifiedPickupDirectory
though a bit more of a faff to trawl through html.
"Smtp": {
"DeliveryMethod": "SpecifiedPickupDirectory",
"PickupDirectoryLocation": "c:/temp"
}
kaykysii
10/09/2023, 5:14 PMSebastiaan
10/10/2023, 12:04 PM