Before the change, when a new user signs up, the activation link is hardcoded to ”oxdna.org“. Besides, the greeting is to the Email rather than the user's name.
After the change, the activation link is adaptive to the host URL, i.e., when testing in the localhost, it will be like "http://localhost:9000/verify?id=7&verify=...". And the greeting is to the user's first name.
Before the change, when a new user signs up, the activation link is hardcoded to ”oxdna.org“. Besides, the greeting is to the Email rather than the user's name.
After the change, the activation link is adaptive to the host URL, i.e., when testing in the localhost, it will be like "http://localhost:9000/verify?id=7&verify=...". And the greeting is to the user's first name.