pop-os / installer

Installer for Pop!_OS & other Linux-based OSes
https://system76.com/pop
GNU General Public License v3.0
26 stars 15 forks source link

New install breaks when colon characters are entered into "Full Name" field #261

Closed nathandyer closed 2 years ago

nathandyer commented 2 years ago

Distribution (run cat /etc/os-release):

Pop!_OS 21.10

Issue/Bug Description:

While installing Pop!_OS, if a user enters a colon in the Full Name field, on the subsequent reboot the system is unstable, fails to load the login screen, and then users can't login.

Steps to reproduce (if you know):

In this instance, the breakage happened when setting the Full Name to: "Firstname: Lastname:" (with two colons). It's unclear if it breaks with a single colon, or if both are needed.

Expected behavior:

The installer should prevent using the colon character in that field (I believe it's breaking /etc/passwd)