kotalco / core-api

Kotal core API
0 stars 0 forks source link

Use HTTP for Email Verification Links #335

Open mohamed-abdelrhman opened 7 months ago

mohamed-abdelrhman commented 7 months ago

Issue Description

Currently, the email verification links sent to users for account verification are using the HTTPS protocol. see here However if the admins still use the ip and didn't provide the domain we don't have websecure entrypoint and for this use case, we require these links to be sent using HTTP instead.

Additionally, when we implement WebSecure later when the user support his domain, we want to ensure that there is an HTTP-to HTTPS redirect scheme in traefik configuration.

Screenshot 2024-03-08 at 9 44 26 PM