SDDM - not accepting password with ML4W script #138
Replies: 2 comments 2 replies
-
Can you check which keyboard layout sddm is using? If you're using a another layout then you aleays type the wrong password. |
Beta Was this translation helpful? Give feedback.
-
I finally found out why this was not working... it was the sugar-candy theme! in the theme.conf there's this line: AllowBadUsernames="false" my username has an uppercase at the begining, and this does not allow uppercase in usernames. This shows the user capitalized, but takes it all lowercase. I set it to "true" and now shows the user as-is in the system, and also allows uppercases in usernames, thus accepting my user and password. so I should either make my username all lowercase, or set this to true xD |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I had previously set another greeter for my Arch installation (greetd) and when using the ML4W script when it prompted to remove the older display manager I choose to remove it and then install SDDM with the script. Everything looks fine but after rebooting it does not accept my password. I have to login via TTY and then it works fine. I manually removed it and installed it with pacman and now is working fine (without any theme). Would appreciate if anyone can point me in the right direction to have it working. thanks!
Beta Was this translation helpful? Give feedback.
All reactions