This is a known issue.
See the solution at the following link:
https://www.drupal.org/project/recaptcha/issues/3168481 →
Here's the link for the theme: https://www.morethanthemes.com/themes/catalogplus
My website using that theme is: www.centralmicro.ca
Note that when I login as Admin, I can see the Edit menu items. That's why I thought it will be a permission issue.
Thank you.
#2 worked for me. Thanks Nikhil.
We are not asking to modify the module, just an example of how to use hook_bulk_user_registration_extra_fields() or how to add a custom field.
I had forgotten the curly brace } at the end of the code.
also I moved the code in the \themes\custom\baseplus\css\theme\local-theme.css
Now all working for me.
#16 worked for me. Just downgraded from PHP 7.4 to 7.3 and all error messages disappeared. Also I have the latest 7.100 version installed.