0
Bryan-EDV created
- ABP Framework version: v8.3
- UI Type: Angular
- Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi Team,
I am using Angular but customizing the login pages on MVC.
How can i customize these components:
- Form Input box -> add icon before the username & password label
- Change toggle button tocheck box.
1 Answer(s)
-
0
hi
https://abp.io/support/questions/240/How-to-customize-the-MVC-login-page https://abp.io/community/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd
You can download the account module source code. And override the login page.
If you have openiddict, the login page base class is
OpenIddictSupportedLoginModel
[ExposeServices(typeof(LoginModel))] public class OpenIddictSupportedLoginModel: LoginModel
https://abp.io/support/questions/632/How-can-I-download-the-source-code-of-the-framework-Angular-packages-theme-and-pro-modules
https://abp.io/support/questions/160/How-to-customize-an-ABP-project