Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
- ABP Framework version: v8.2.0
- UI Type: MVC
- Database (SQL Server
- Tiered (for MVC) or Auth Server Separated (for Angular): no (single)
- Exception message and full stack trace:
- Steps to reproduce the issue:
双因素登录邮件确认不可用,可自动发送邮件,并收到邮件,打开连接后,登录失败...
<br> 1 :收到邮件:
3: "Login to the application" 登录回到 Login Page
4: 登录重复邮件确认,一直循环,无法进入后台.....
17 Answer(s)
-
0
hi.
Please enable the
Debug
logs and reproduce your problem then share the Logs.txt file.public class Program { public async static Task<int> Main(string[] args) { Log.Logger = new LoggerConfiguration() .MinimumLevel.Information() .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning) .Enrich.FromLogContext() .WriteTo.Async(c => c.File("Logs/logs.txt")) .WriteTo.Async(c => c.Console()) .CreateLogger();
Thanks
liming.ma@volosoft.com
-
0
-
0
hi
Please reproduce your problem and share full
Logs.txt
file.Thanks.
-
0
full logs send email
-
0
hiu
I haven't received it. can you share it via https://wetransfer.com/
-
0
did you receive the email ??
-
0
Not yet. Can you share it via https://wetransfer.com/ ?
You can leave the wetransfer URL here.
Thanks.
-
0
https://we.tl/t-wMDxSzSmZk
-
0
hi
I have checked your logs.
The
SignInManager.PasswordSignInAsync
returnIsNotAllowed
.Can you check the user data(
EmailConfirmed
andPhoneNumberConfirmed
) ?
Or can you share the steps to reproduce this in a new template project?
Thanks.
-
0
hi maliming
no errors were found in the user data check.
how to debug "SignInManager.PasswordSignInAsync" fun
-
0
-
0
-
0
hi
Is the
4f94a18a-985a-4682-8055-3a159cbc3e4b
user confirmed his email?Can you check it in the database?
-
0
-
0
-
0
hi: maliming
my problem has been solved. Thank you.
-
0
Great. 👍