Hii i want to that whenever any user register at my wordpress that just accepet email of specific host for example if I want to accept only User register with username@gmail.com this email format otherwise that show some error that you can only register with @gmail.com so how to apply this condition and in which file thanks
|
I think the User Domain Whitelist plugin is exactly what you want:
|
|||
|
|
|
Actually, this is a validation question, not really a WordPress question. You can add a JavaScript file that checks the value of the email field against For example, this script would do what you want ...
|
|||
|
|
|
You can use the
|
|||
|
|