calamares/src/modules/users
2016-12-14 09:07:41 +01:00
..
CMakeModules Add FindCrypt in the users module. 2014-07-31 19:02:50 +02:00
gui [users] implement upstream fixes 2016-12-06 21:56:40 +01:00
images [users] add missing images 2016-11-01 05:52:58 +01:00
jobs [users] add missing images 2016-11-01 05:52:58 +01:00
CMakeLists.txt Do not LINK_PUBLIC by default. 2016-12-14 09:07:41 +01:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
README.md [users] implement upstream fixes 2016-12-06 21:56:40 +01:00
users.conf [users] enhance dialog 2016-11-01 05:42:56 +01:00
users.qrc [users] enhance dialog 2016-11-01 05:42:56 +01:00
UsersViewStep.cpp [users] enhance dialog 2016-11-01 05:42:56 +01:00
UsersViewStep.h don't set default "users" group on home dirs 2015-11-29 11:10:01 +01:00

Users module

The users module take care of managing the users that will be created on the installed system.

Configuration of the module

The following settings are available in users.conf:

  • defaultGroups: list of groups every user will be added to.
  • autologinGroup: group to add the user with autologin to, if any.
  • doAutologin: if autologin is allowed, set it to "yes" by default. Defaults to false.
  • sudoersGroup: group for sudoers usage.
  • setRootPassword: allow to set the root password in the installed system. Defaults to false.
  • availableShells: comma-separated list of available shells for new users. If not present, new users will not have any explicit shell in /etc/passwd, therefore the system default (usually, /bin/bash) will be used.
  • avatarFilePath: path where to copy user avatars to; ~ can be used to represent the user's home directory. If not present or empty, we won't allow users to set avatars.