Desactivar o inicio de sesión usando unha pegada dixital
Users with a fingerprint scanner can use their fingerprints instead of a password to log in. Fingerprint login needs to be set up by the user before it can be used.
Fingerprint readers are not always reliable, so you may wish to disable login using the reader for security reasons.
Desactivar o inicio de sesión usando un lector de pegadas dixitais:
-
Cree o perfíl user que contén as seguintes liñas:
/etc/dconf/profile/user
user-db:user system-db:locallocal é o nome dunha base de datos dconf.
Create the directory /etc/dconf/db/local.d/ if it does not already exist.
-
Create the key file /etc/dconf/db/local.d/00-login to provide information for the local database.
/etc/dconf/db/local.d/00-login
# Especificar a ruta de dconf [org/gnome/login-screen] # Desactivar o lector de pegadas dixitais enable-fingerprint-authentication=false -
To prevent the user from overriding these settings, create the file /etc/dconf/db/local.d/locks/login with the following content:
/etc/dconf/db/local.d/locks/fingerprintreader
# Mostra a lista de chaves usadas para configurar o inicio de sesión /org/gnome/login-screen/enable-fingerprint-authentication -
Actualizar a base de datos do sistema:
# dconf update Os usuarios deben pechar a sesión e iniciala de novo para que a configuración a nivel de sistema se aplique.