After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650777 - Full name to username conversion may contain invalid characters
Full name to username conversion may contain invalid characters
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-22 07:24 UTC by Gabor Karsay
Modified: 2011-05-23 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabor Karsay 2011-05-22 07:24:37 UTC
Adding a new user with points in the name like "Justin A. Test" suggests "justina.test" as username. Creating that account you get this error message:

running '/usr/sbin/useradd' failed: /usr/sbin/useradd returned an error (3): useradd: invalid user name 'justina.test'
Comment 1 Matthias Clasen 2011-05-23 12:33:31 UTC
Hmm, I just successfully created hansa.wurst here. But I agree the period looks a bit unfortunate in this case. We probably do want to allow people to create usernames with the common firstname.lastname pattern, though.
Comment 2 Matthias Clasen 2011-05-23 13:24:58 UTC
Periods are stripped out when generating proposals now.