6 Answer(s)
-
0
verification email is being sent to the user. in debug mode, emails are not sent (see logs for the emails)
-
0
Dear Albert
I am using the Commercial MVC template 4.2.2
I have commented the below lines in the *.Domain project and have setup the SMTP setting currectly, other emails are being sent out currectly.
//#if DEBUG //context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>()); //#endif
The verification emails are not set out as part of the login flow, the user has to be logged in and access their profile and click on verify, however if it is a new user how can they login to access their profile. The verification process should be done during log on and an email should be sent out to the user so they can verify their email and phone number for TwoFactor authentication to kick in.
Can you please let me know if the Verification of email and phone number is part of the login flow?
i have looked at the source code of the Account.Pro module which comes with the commerical template and i can't see the verification process in the login flow can you please confirm?
-
0
Hi,
You can upgrade to 4.3.x, we have done confirm user UI in 4.3.0
-
0
I tried 4.3.2 and i can't even navigate to the setting page i am getting "access denied" error,
please see issue https://support.abp.io/QA/Questions/1424/Access-Denied-to-Settings-Management-for-Tenant-on-432
i think there is bug in the new 4.3.2 Commercial template it is trying to acess the Email Settings tab as a tenant and redirecting to "Access Denied"
-
0
https://support.abp.io/QA/Questions/1424 fixed
Can you try again?
-
0
This question has been automatically marked as stale because it has not had recent activity.