Login Screen

Hi again, I want to know if the login screen can be changed, for exampe add other componentes etc.

Thanks

4 Likes

You can extend LoginWindow class and override the createLoginWindow() method of your App class to create an instance of your login window.
See the web client classes diagram in the documentation.

Hi Konstantin Krivopustov ,
Would you provide the example for customize login screen?
For example: On login screen,when user input value “Login”, i want to show Department, Address of user. ( Department, Address - extension attributes of entity UserExt)

Hi,
Could you create a separate topic?
And clarify please, where do you want to display the user attributes? On login screen after successful login?

I has done this issue. Thank you!

Hi Nguyen,

Can you share the code or atleast high level approach?

Regards,
Prince

Hi Nguyen,
Can you share the code ???