Issue with "Change password at next logon" when using a default screen with notification

Hi,
I have a default screen defined for my app, and this screen is only shown if the user have data in the system, otherwise a notification is shown and the screen is closed.

The problem happens when the user needs to change password on logon. The screen notification overlaps the change password dialog:

image

Is this the expected behavior? I know I can workaround this problem checking if the user needs to update the password before showing the notification, but it doesn’t seem right to put this type of logic in the screen controller.

Regards,
Peterson.

Hi Peterson,

I don’t have any idea except checking user.getChangePasswordAtNextLogon() property before showing the notification in your default screen.

Regards,
Konstantin