To generate a hyperlink you need the user_id which is a second value in addition to the username. A custom field will only allow for one value. You could enter both the username and user_id as they appear in the URL:
morgain.11700
That will allow you to build a link, but then you don't have the username as a separate value for the visible text. You could create a listener for a template hook to parse the value and separate the name and user_id, but that requires programming.