How to Customize the Login Page for MVC / Razor Page Applications
I got this link from an ABP Support person, following above mentioned link. I am getting this error. The type or namespace name 'AbpAccountOptions' does not exist in the namespace 'Volo.Abp.Account.Web' (are you missing an assembly reference?)
3 Answer(s)
-
0
Hi @maazq,
The class is moved to
Volo.Abp.Account.Public.Webnamespace.Edit: This is not true actually. The blog post uses free Account module, and AbpAccountOptions is under different namespaces in Free & Pro Account modules. You need to use the one i mentioned above (
Volo.Abp.Account.Public.Web).Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
You can download the source code of Account module (via Suite or Cli) and use project references. Then you can change it as you wish.
Second option: You can just override the login page. See https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
