mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
LockScreen: PAM always uses USER env var instead of displayName
This commit is contained in:
@@ -41,7 +41,7 @@ Scope {
|
||||
PamContext {
|
||||
id: pam
|
||||
config: "login"
|
||||
user: HostService.displayName
|
||||
user: HostService.username
|
||||
|
||||
onPamMessage: {
|
||||
Logger.i("LockContext", "PAM message:", message, "isError:", messageIsError, "responseRequired:", responseRequired)
|
||||
|
||||
Reference in New Issue
Block a user