example-config: Add missing user+encrypt documentation
This commit is contained in:
@@ -55,6 +55,12 @@ welcome_page:
|
||||
minimum_disk_size: 5
|
||||
|
||||
# Disk encryption PIN setup.
|
||||
#
|
||||
# offered Whether to offer disk encryption pin setup.
|
||||
# forced Whether to requrie a disk encryption pin.
|
||||
# min_length Minimal encryption pin length.
|
||||
# confirmation Require pin to be entered a second time.
|
||||
#
|
||||
# Default: offered: yes, forced: no, min_length: 1, confirmation: no
|
||||
disk_encryption:
|
||||
offered: yes
|
||||
@@ -94,6 +100,8 @@ desktop:
|
||||
# provide_autologin Whether to present an autologin option.
|
||||
# min_password_length Minimal password length.
|
||||
# password_confirmation Require password to be entered a second time.
|
||||
#
|
||||
# Default: request_username: no, provide_autologin: no, min_password_length: 1, password_confirmation: no
|
||||
user:
|
||||
request_username: True
|
||||
provide_autologin: True
|
||||
|
||||
Reference in New Issue
Block a user