I have enabled anonymous user on my application and need to create a login page, I created it using the mendix page editor using the defaul login screen, it shows the red bar above the creds I understand that this is for the validation message when the creds are incorrect but how do I remove it as it makes it look like there is something wrong on the screen this red bar shows on load. i.e a user hasn't entered their creds.
asked
mfundo Maseko
1 answers
1
A screenshot would have helped here but I happen to know what you mean. The page template has an error. The condition for visible for the validation message container should have trim(...) != '' and now it is just != ''