Details
Description
Problem:
At least with extended chars allowed in username the link is incorrectly done.
e.g. username is 'john smith' the resulting link will be:
<a href="http://...../john" target="_blank"> http://...../john </a> smith
or simply:
httpt://......./john smith
Solution:
urlencode($user->username)
Attachments
Issue Links
- has been marked as being related by
-
MDL-2502 Reset Password email link error
-
- Closed
-