We are receiving following error even if we have not set any SignIn settings. ** you are not allowed to login! You need to confirm your email/phone number.**
- ABP Framework version: v4.3.2
- UI type: Angular / MVC / Blazor
- DB provider: EF Core/PostgreSql
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
5 Answer(s)
-
0
Hi,
It may be related to your project, Can you use ABP suite to create a new minimal project to reproduce this problem and share it with me? shiwei.liang@volosoft.com. Thanks
-
0
yes, I will create a project but before that can you confirm where it save this detail? The data table and who can set these flags as true/false. I believe Host and Tenant both admin can do the same.
Thanks a lot for quick response
-
0
Hi,
The data is store in the
appsettings
table:I believe Host and Tenant both admin can do the same.
Yes, settings data is tenant isolated, you can use different settings for each tenant.
May I ask, your ABP version is 4.3.1 right?
yes, I will create a project but before ...
If so, please create project with same version , thanks.
-
0
Thanks for the details.
May I ask, your ABP version is 4.3.1 right?
Yes 4.3.1 version
-
0
Waiting for the project to reproduce.