-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
v2020.1:
When registering on the website, the link to validate one's email address does not work, as it is missing a '/' behind the hostname:
https://www.project-management.techemail/verify/something/orother
which should have been:
https://www.project-management.tech/email/verify/something/orother
The solution is to fix the code that generates the URL in that it verifies whether or not the last character of the APP_URL is, in fact, a slash. If not, add one.
Metadata
Metadata
Assignees
Labels
No labels