I checked to see if this problem has been posted already. I found this (https://www.kubuntuforums.net/forum/...n-login-screen) but that thread has been locked because the version is past EOL. Even though the bug still exists in 23.10 (and goes back at least as far as 20 according to that post).
I used adduser to create accounts for family members, with simple passwords, and did 'sudo passwd --expire xxx' so they would have to change it when logging in. What happened is that when the user tried to log in, the password was rejected the first time (even though it was correct), and when typed in the second time, the login screen froze. Moving the mouse would move the cursor but that was it.
I was able to switch to a virtual console with either CNTL-ALT-F4 or F5, but none of the others. I was able to log in as xxx and the password, whereupon I was immediately prompted for a new password. After a reboot, the login screen worked with the new password. But if I used my own acct with sudo to mark the password expired again, then the next login attempt to that account would freeze again.
It's something about marking the password expired that messes up the Kubuntu login screen. This HowToGeek article (https://www.howtogeek.com/806104/create-linux-user/) seems to show it working for at least one distro.
I used adduser to create accounts for family members, with simple passwords, and did 'sudo passwd --expire xxx' so they would have to change it when logging in. What happened is that when the user tried to log in, the password was rejected the first time (even though it was correct), and when typed in the second time, the login screen froze. Moving the mouse would move the cursor but that was it.
I was able to switch to a virtual console with either CNTL-ALT-F4 or F5, but none of the others. I was able to log in as xxx and the password, whereupon I was immediately prompted for a new password. After a reboot, the login screen worked with the new password. But if I used my own acct with sudo to mark the password expired again, then the next login attempt to that account would freeze again.
It's something about marking the password expired that messes up the Kubuntu login screen. This HowToGeek article (https://www.howtogeek.com/806104/create-linux-user/) seems to show it working for at least one distro.
Comment