How to customize login.html

@revant_one

I want to customize the login.html page how to customize the login page.

/workspace/development/frappe-bench/apps/frappe/frappe/www/login.html

Two options:

  • Fork frappe/frappe and do a fresh install where you can change everything to your own customs
  • Create an app or write custom script that changes the …/www/login.html file on refresh by DOM manipulation

In general i would not recommend this because of having to track changes and malfunctions in case of updates but it can be done. Any other ways that are less error prone?

changing the core code is not a good idea i thing i want to override in proper way

are you looking for this?

1 Like

This is really great. actually the thing is I want to change the the ERPNext theme. or I want to customize the All Core HTML pags. how to do that