[Gelöst] User registration form does not accept specific domain name
Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.
Problem:
The issue here is that a specific email address isn't being validated while the other is when registering with a Toolset Form.. Example titi@cannesu.fr and titi@cannes.fr
Solution:
In order for the email to be valid the domain must also be valid. Toolset validation also checks to see if the email domain is valid. If it isn't then the verification of the email will fail.
This support ticket is created vor 4 Jahren, 5 Monaten. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
I have a forms that create a new user.
Works fine except when I try to create a new user with a specific domain name (ie : something like titi@cannesu.fr).
If I use another domain name (ie : titi@cannes.fr), it works. This is not a matter of duplicated email as the error message is :
Email Thanks to enter a valid email adress.
Is there some limitations or validations for domain names inside Froms?
Regards
Pat
Another info : if I try to create a suer in the WordPress admin, then, I can use any of the domain names without limitation !!!
The issue is only present in the frontend.
Regards
Pat
The email field you are using is this the default email field for the user on wordpress ? Or are you creating a separate custom field for the user email ?
Please let me know the exact field so that I can know how to test this on my end.
I was able to replicate this issue on a fresh install and informed our 2nd tier supporters about it so that they can run a quick check as well and make a report to our development team.
As far as I can see the email is a valid one so it should validate correctly.
Thanks for the info.
I understand and will make what is needed to chose a valid domain name. I think this is something that should be described in the Toolset documentation.