Mainly due to browser limitations, please try HTTPS.
That didnt work unfortunately.
Can you share the details?
hi
Can you use the HTTPS for your websites?
https://community.abp.io/posts/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
And refer to IdentityServerDataSeedContributor class to set your URLs of client.
https://github.com/abpframework/abp/pull/13100/
hi
We will make ApplicationConfigurationDto extensible and provide corresponding code in the next version.
hi
What's your UI type?
hi
You can custom theAccountAppServiceor AccountEmailer services to disable sending the mails.
hi
[Dependency(ServiceLifetime.Transient, ReplaceServices = true)]
public class MyEmailSender : EmailSenderBase, ITransientDependency
{
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/Smtp/SmtpEmailSender.cs#L13
If you using MailKit. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MailKit/Volo/Abp/MailKit/MailKitSmtpEmailSender.cs#L16
ok, We will fix and release the 5.3 patch version asap.