You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring the lock object for the New Universal login, if both the simple CAPTCHA and additionalSignupFields are enabled, the CAPTCHA will display above the additionalSignupFields (but below the email and password fields). This is bad looking UI. If there are additional signup fields defined in the additionalSignupFields array, the CAPTCHA should be placed underneath these fields.
What was the expected behavior?
The expected behavior is that the CAPTCHA would be displayed underneath ALL fields on the the signup screen.
Reproduction
Step 1..
Step 2..
...
Enable simple CAPTCHA by navigating to Security > Attack Protection > Bot Detection.
In the Response section, select Enforce CAPTCHA - Always, and choose Simple CAPTCHA as the provider.
Save.
Navigate to Branding > Universal Login > Settings
Select New as the Universal Login Experience
In the Login tab next to Settings:
Update the html file by adding the additionalSignUpFields config item, and add at least one field to the array.
Save Changes.
View the Signup screen:
Environment
Version of this library used:
Which framework are you using, if applicable:
Other modules/plugins/libraries that might be involved:
Any other relevant information you think would be useful:
The text was updated successfully, but these errors were encountered:
Describe the problem
When configuring the lock object for the New Universal login, if both the simple CAPTCHA and additionalSignupFields are enabled, the CAPTCHA will display above the additionalSignupFields (but below the email and password fields). This is bad looking UI. If there are additional signup fields defined in the additionalSignupFields array, the CAPTCHA should be placed underneath these fields.
What was the expected behavior?
The expected behavior is that the CAPTCHA would be displayed underneath ALL fields on the the signup screen.
Reproduction
Enable simple CAPTCHA by navigating to Security > Attack Protection > Bot Detection.
In the Response section, select Enforce CAPTCHA - Always, and choose Simple CAPTCHA as the provider.
Save.
Navigate to Branding > Universal Login > Settings

Select New as the Universal Login Experience
In the Login tab next to Settings:
Update the html file by adding the additionalSignUpFields config item, and add at least one field to the array.
Save Changes.

View the Signup screen:
Environment
The text was updated successfully, but these errors were encountered: