New Universal Login input popup error "Please fill out this field"

Problem statement

Setting the no-email and no-password text configurations does not display the text entered. Instead, the below tooltip is always displayed.

Please fill out this field

image

This appears on every page where the email or password fields are displayed - login, password entry, forgot password request, and password setup.

Cause

The popup message is not new, and browsers started doing this a while ago. When a browser has JS enabled and detects a required field, it will pop this message in the language that the browser has set. If JS is not enabled, it should show the configured custom errors.

Solution

This issue is being tracked by the Auth0 Product Team as part of ongoing efforts to improve accessibility by forcing the browser to use custom error messages. However, at this time, there is no ETA on when this issue may be resolved. Additionally, it should be noted that this behavior is not part of Auth0’s Custom Text feature or a bug caused by implementing it but rather a side-effect of browser functionality.