Comment 3 for bug 1434935

Revision history for this message
Robert Lyon (robertl-9) wrote :

Turns out the code change here: https://reviews.mahara.org/#/c/3581/6/htdocs/lib/user.php

was a bit over zealous with the

  $userto === $user

- it was allowing "if current user matches user to display" then show username as well

But that is not what we want for normal users so have removed it