I’m running self-hosted underneath Umbrel (with their extra app auth disabled). I configured the app to run behind a swag instance and can access everything remotely as https://in.mydom.org.
I can login as the admin user, send email (that are delivered ), etc.
When I create a new user and send the confirmation email, they receive it, and can click the link and receive a confirmation note. When they click the return to login they are sent to https://in.mydom.org/#/
That URL is not accepted by IN. (perhaps this is a bug)
More importantly, they are not given the option to set their password. If they instead click Forgot Password they get the email and go to the reset page. Enter passwords, but when they click submit they get an alert the URL isn’t secure. If they click send anyway it appears to be successful. But when they login, they are told the credentials do not match.
OK, I’ve figured out what’s happening. The form action for the Complete button is not converting to https. I was able to edit the action in the browser dev tools and successfully changed the password.
The app still redirect to an invalid login URL (.../#/login). I’m going to open an issue for this.