0
rwright-ruhealth created
- ABP Framework version: v8.2.0
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): NOT Tiered
- Exception message and full stack trace:
- Steps to reproduce the issue:
- Create a new project using abp suite 8.2.0 for Entity Framework MVC FROM ABP SUITE Modules Menu, Add the Account PRO module. Build your project. (You can build project and add later too tried both ways.) Launch project and wait awhile. Login page appears. Try to login using Admin and the standard password. Nothing happens. If I manually type the url and go to sitename/account/register and try to register Admin user, I am warned the user already exists. It does. I checked the database.
How can I customize the account module if I can't use it via source code? Why is login ignored? Shouldn't this just work? Finally, yes it does work if I use a standard project and accept the default Account Pro package without the source code. Bug? If so, please do not count against my ticket limit. Thanks for looking into this issue.
2 Answer(s)
-
0
Hi,
I can reproduce the problem.
Try
- Remove
[DependsOn(typeof(AbpAccountPublicWebModule))]
and[DependsOn(typeof(AbpAccountPublicWebIdentityServerModule))]
- Remove
Volo.Abp.Account.Pro.Public.Web.IdentityServer
project reference
- Remove
-
0
Greetings; Thank you for your quick resolution to this issue. I implemented the suggested changes in the web module and removed the reference to identity server. Login is now successful. I consider this particular issue closed. Thank you.