Security Login validation control

Hello,

Is there anyway to control the security login validation?

I don’t want any validation errors to appear until the “Login” button is pressed.

Right now the validation errors pop up if the you click on the username field and leave the field without entering anything?

Thanks for any help.

The validation shown is created by events (ajax) on the fields. You could remove them and move the code to the onvalidate event.

I don’t see any ajax validation on the fields?

Remove the required checkbox on the fields. I think that should do it.