Bishal Tim
07/09/2024, 4:41 PMMatt Wise
07/09/2024, 5:31 PMMatt Wise
07/09/2024, 5:32 PMBishal Tim
07/09/2024, 5:43 PMMatt Wise
07/09/2024, 5:43 PMBishal Tim
07/09/2024, 5:44 PMBishal Tim
07/09/2024, 5:46 PMBishal Tim
07/09/2024, 5:47 PMkdx-perbol
07/09/2024, 6:34 PMBishal Tim
07/09/2024, 7:04 PMkdx-perbol
07/09/2024, 7:07 PMBishal Tim
07/09/2024, 7:13 PMjake williamson
07/09/2024, 10:33 PMappsettings.Development.json
files we have:
{
"Umbraco": {
"CMS": {
"Global": {
"Smtp": {
"From": "dev@clientname.com",
"DeliveryMethod": "SpecifiedPickupDirectory",
"PickupDirectoryLocation": "FromUserSecrets"
}
}
}
}
}
and then each developer has their own user secrets file:
{
"Umbraco": {
"CMS": {
"Global": {
"Smtp": {
"PickupDirectoryLocation": "C:\\Temp\\Clientname\\emails"
}
}
}
}
}
that way the password reset is enabled on the login screen but you don't need an smtp server to send the email, it gets generated to your disk.
the nice thing is that any automated emails from the site are generated locally and you can reset the password for the root user from any database restore if you don't know it 😉Matt Wise
07/10/2024, 6:14 AMjake williamson
07/10/2024, 8:36 AMhuwred
07/10/2024, 8:48 AMSebastiaan
07/10/2024, 9:19 AMBishal Tim
07/10/2024, 9:22 AMBishal Tim
07/10/2024, 9:22 AMSebastiaan
07/10/2024, 9:23 AM"Global": {
"Smtp": {
"From": "test@example.com",
"Host": "localhost",
"Port": 25
}
Bishal Tim
07/10/2024, 9:23 AMBishal Tim
07/10/2024, 10:53 AMSebastiaan
07/10/2024, 11:15 AMBishal Tim
07/10/2024, 11:35 AMSebastiaan
07/10/2024, 11:38 AMSebastiaan
07/10/2024, 11:39 AMBishal Tim
07/10/2024, 11:39 AMSebastiaan
07/10/2024, 11:41 AMSebastiaan
07/10/2024, 11:41 AMBishal Tim
07/10/2024, 11:42 AMBishal Tim
07/10/2024, 11:42 AMBishal Tim
07/10/2024, 11:42 AMSebastiaan
07/10/2024, 11:42 AMSebastiaan
07/10/2024, 11:45 AMSebastiaan
07/10/2024, 11:47 AMBishal Tim
07/10/2024, 11:51 AMBishal Tim
07/10/2024, 11:56 AMSebastiaan
07/10/2024, 11:57 AMBishal Tim
07/10/2024, 11:58 AMBishal Tim
07/10/2024, 11:59 AMSebastiaan
07/10/2024, 12:00 PMBishal Tim
07/10/2024, 12:00 PMCodeSharePaul
07/10/2024, 2:18 PMUMBRACO__CMS__SECURITY__ALLOWPASSWORDRESET
value
true
CodeSharePaul
07/10/2024, 2:19 PMSebastiaan
07/10/2024, 2:58 PMSebastiaan
08/01/2024, 7:37 AMhuwred
08/01/2024, 7:44 AMSebastiaan
08/01/2024, 7:46 AMCodeBunTes
08/01/2024, 8:20 AM