Bug when username contains a space

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug when username contains a space

colinmain
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
Reply | Threaded
Open this post in threaded view
|

Re: Bug when username contains a space

junoyoon
Administrator
This post was updated on .
Thanks! Colinmain.

http://jira.cubrid.org/browse/NGRINDER-719
I created above issue and made the fix for this.

This will be included nGrinder 3.3 which will be released this week or next week.
We're writing the manual and fix small bugs now.

https://github.com/nhnopensource/ngrinder/blob/master/release_note.txt

Do you want to see the nGrinder 3.3 preview? if so, let us know.

Thanks again!