Details
Description
- Test with an installation in a subdirectory (e.g. mydomain.com/blesta/)
- Create a registration order form
- Register a client through the form
- Logout of the client interface
- Follow the link in the verification email
- See the 404 error
It appears that the order plugin appends the client uri to the redirect url passed when creating an email verification. The EmailVerification model also appends a similar client uri. It seems to me that this addition by the EmailVerification model is un-intuitive and should be removed, though should be included in the default value.