We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5094544 commit 126dec8Copy full SHA for 126dec8
aspnet-core/src/AbpCompanyName.AbpProjectName.Application/Authorization/Accounts/AccountAppService.cs
@@ -40,7 +40,7 @@ public async Task<RegisterOutput> Register(RegisterInput input)
40
input.EmailAddress,
41
input.UserName,
42
input.Password,
43
- false
+ true // Assumed email address is always confirmed. Change this if you want to implement email confirmation.
44
);
45
46
var isEmailConfirmationRequiredForLogin = await SettingManager.GetSettingValueAsync<bool>(AbpZeroSettingNames.UserManagement.IsEmailConfirmationRequiredForLogin);
0 commit comments