Is there a way to get sddm to let the user type his/her username, and not have a list of users showing on the login screen? I tried setting HideUser, which did hide the listed users but I couldn't find any way for one of those users to login. I'm sure I'm missing something obvious.
On Tue, 10 Nov 2015 21:22:22 -0500 George Avrunin avrunin@math.umass.edu wrote:
Is there a way to get sddm to let the user type his/her username, and not have a list of users showing on the login screen? I tried setting HideUser, which did hide the listed users but I couldn't find any way for one of those users to login. I'm sure I'm missing something obvious.
Have you tried changing sddm theme? If I remember correctly there was a theme which don't present you a userlist, but you need to type in username and password.
On 11/11/15 14:42, bitlord wrote:
On Tue, 10 Nov 2015 21:22:22 -0500 George Avrunin avrunin@math.umass.edu wrote:
Is there a way to get sddm to let the user type his/her username, and not have a list of users showing on the login screen? I tried setting HideUser, which did hide the listed users but I couldn't find any way for one of those users to login. I'm sure I'm missing something obvious.
Have you tried changing sddm theme? If I remember correctly there was a theme which don't present you a userlist, but you need to type in username and password.
You memory is correct. In the sddm.conf in /etc one can change the line
#Current=01-breeze-fedora
to
Current=02-fedora
and restart sddm
On Wed, 11 Nov 2015 16:31:26 +0800, Ed Greshko wrote:
On 11/11/15 14:42, bitlord wrote:
Have you tried changing sddm theme? If I remember correctly there was a theme which don't present you a userlist, but you need to type in username and password.
You memory is correct. In the sddm.conf in /etc one can change the line
#Current=01-breeze-fedora
to
Current=02-fedora
and restart sddm
Thanks, bitlord and Ed! That's what I was looking for.