Add a page that allows a registered user who has lost their email confirmation token, or let it expire, to ask for a new one to be sent.
The set of four pages including this new page, plus login, register and forgot-my-password now all have a list of links at the bottom that allow you to easily get to the other 3 in the set. If require_valid_emails is not set in the config, then each of login, register and forgot-my-password will have links to the other two.
Add a page that allows a registered user who has lost their email confirmation token, or let it expire, to ask for a new one to be sent.
The set of four pages including this new page, plus login, register and forgot-my-password now all have a list of links at the bottom that allow you to easily get to the other 3 in the set. If require_valid_emails is not set in the config, then each of login, register and forgot-my-password will have links to the other two.