You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user activates account, specifies login that contains trailing spaces, for example, test and tries to register, he gets an error Login must consist only latin letters, digits, dot, hyphen or underscore.
We should remove trailing spaces before validation and transform this value into test string (that is valid).
When user activates account, specifies login that contains trailing spaces, for example,
test
and tries to register, he gets an errorLogin must consist only latin letters, digits, dot, hyphen or underscore
.We should remove trailing spaces before validation and transform this value into
test
string (that is valid).What should be done:
StringTrimmerEditor
for removing spaces (like we're already doing for thename
field)name
field as example)The text was updated successfully, but these errors were encountered: