Was trying to find a way (after initial login) to enable using a PIN to unlock the computer. Found an online tutorial (https://randomblog.hu/setting-up-pin-unlock-for-ubuntu-linux/) that worked in Zorin 16 but appears to have broken in 17.2 core. Any thoughts from the broader group on an approach?
I checked the link and it seems a good idea. However keep in mind that a PIN also has less characters to crack - but as one of my work colleagues said: a lock keeps a reliable guy out of your toolbox, a criminal will find a way past it.
Do you want to PIN via Zorin Connect or simply on the computer itself? That is another thought to consider.
You might run sudo nano /etc/security/pwquality.conf and set minlen length to four instead of eight.
Tap ctl+o to overwrite, enter to save current configuration, then ctl+x to exit.
Security Consideration: Be aware that a PIN is less secure than a longer, more complex password. Ensure that the /etc/custompinfile is properly secured and not accessible to unauthorized users.
Note: This method allows you to use a PIN for logging into the desktop but does not affect the password required for administrative tasks like sudo.