Skip to content

Email validation link not working #2

@PHPGuus

Description

@PHPGuus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions