When I go to log in with the email/pass I just set up, it fails. So I do a password reset. (Frustrating, but whatever, right?)
Reset password. Tells me it’s reset.
Try to log in again with the password I just set 10 seconds ago.
Failed.
Embarrassing admission time.
As with any geek, I have more than a few domains. Seems I wasn’t paying attention to which domain I had used. User part was right, but wrong domain. sigh
However many years I’ve done stuff like this, and I go off and pull that ‘newbie’ mistake. sigh
Thanks for your update and apologies for late reply, I have been busy over the past day or so with covid lockdown workers returning at some of our clients
Sorry I should have added, if you look through the forums, you can set IW-CP to autofil the domain if its a siteworx login
So if your IW-CP FQDN is say iwdomain.url and you have a siteworx account called mydomain.com for correct SSL cert to show, you use your FQDN for IW https://iwdomain.url/siteworx (but user has to fill in the domain name as well). You could alter some code so the following would happen and fill in the domain as well, so user just fills in username and password
This works on a rewrite incoming request and the same can be applied to webmail, nodeworx etc… and notice it goes to https even though the request is http (https would also rewrite)