Hi,
We have uncovered a slightly obscure bug which causes various issues if a username is created containing a space.
This happened when a proposed username was copied and pasted in, complete with a trailing space.
(I was able to delete the user by putting a breakpoint in the delete-user screen and changing the ID's training-space to "%20" immediately before the submission.)
The username validation appears to allow leading and trailing spaces. Please could this be modified to either flag them as errors, or to strip them from the string before it is used anywhere?
Many thanks,
Colin Main
Colin