ole1986 / wp-ispconfig3

Wordpress ISPConfig plugin with Gutenberg support
https://wordpress.org/plugins/wp-ispconfig3/
28 stars 13 forks source link

Disable whois entirely #26

Closed tawanda-kembo closed 4 years ago

tawanda-kembo commented 4 years ago

Thanks to the fix in issue #24 it's now possible to disable whois checks when a domain is being registered: image

However, even after disabling whois, if you attempt to register with a TLD that ISPConfig doesn't recognise, it refuses to proceed with a "domain is invalid" error: image

I suspect that there is still some whois check. Is there a way to disable it entirely?

ole1986 commented 4 years ago

Ah, I see.

That might be because of the regular expression.

I think I am going to provide another option setting for it. So you can decide yourself what kind domain is allowed or not using regular expression...

tawanda-kembo commented 4 years ago

Oh great. that would be great. Many thanks

ole1986 commented 4 years ago

Trying to get this done until today evening...