Image on Login Page

Is it possible that we could add or change the background image through the front-end?

@faizy013 create a new custom app . create a new folder www in your app . copy login.html and login.py from frappe/www to your_app/www. then edit the login.html .

I know this way but I want that the user should change the bg picture by itself through GUI

@faizy013 add a field image wherever you want the user to change it . in the login.py fetch it’s value from the database , and then display it using jinja . (just like the logo)

1 Like