Skip to content

user-accounts: disallow commas in real name

Nelson Ben requested to merge main_avoid_comma_in_user_name into main

Because real name is stored in the GECOS field of /etc/passwd, which is delimited by commas that cannot be escaped, the user's full name must not contain a comma. More info at:
https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/83

Closes #888 (closed)

Merge request reports