calamares/src/modules/users
Kevin Kofler 97b06e3101 users: Drop dependency on chfn. (#260)
Pass the full name directly to useradd instead, using the "-c" (comment)
parameter, which is "currently used as the field for the user's full
name" according to the documentation.

The chfn utility is no longer installed by default on current Fedora
releases due to its dependency on libuser. (They split out chfn and chsh
from util-linux into an optional subpackage.) It could be added as a
dependency of Calamares, but since it is needed inside the chroot, it
has to be on the base live image, not the overlay. Thus, to allow
testing Calamares with a simple "dnf install calamares" again, the
dependency needs to go away. And it is unnecessary anyway.
2016-09-28 21:16:52 +02:00
..
CMakeModules Add FindCrypt in the users module. 2014-07-31 19:02:50 +02:00
images UI for users viewmodule. 2014-07-31 14:52:40 +02:00
CMakeLists.txt Add support to set the hostname 2014-10-21 19:06:27 +02:00
CreateUserJob.cpp users: Drop dependency on chfn. (#260) 2016-09-28 21:16:52 +02:00
CreateUserJob.h don't set default "users" group on home dirs 2015-11-29 11:10:01 +01:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
page_usersetup.ui Allow reusing the user password as root password. 2015-10-16 14:26:26 +02:00
SetHostNameJob.cpp Update pretty{Description,StatusMessage} for users module jobs. 2015-06-13 02:22:03 +02:00
SetHostNameJob.h Update pretty{Description,StatusMessage} for users module jobs. 2015-06-13 02:22:03 +02:00
SetPasswordJob.cpp Let's just try ways to escape or not escape until something sticks. 2015-09-15 16:48:41 +02:00
SetPasswordJob.h Update pretty{Description,StatusMessage} for users module jobs. 2015-06-13 02:22:03 +02:00
users.conf [users] use upstream config 2016-09-10 14:10:43 +02:00
users.qrc Add proper QResrouce system to libcalamaresui, finish up prepare checks 2014-08-26 18:24:51 +02:00
UsersPage.cpp Be sure to validate user name even if empty. 2016-08-12 12:40:15 +02:00
UsersPage.h Modify Hostname input validation to accept number as first character 2016-02-23 15:32:29 +07:00
UsersViewStep.cpp Disallow next if the root password is not reused or provided. 2015-12-30 17:27:02 +01:00
UsersViewStep.h don't set default "users" group on home dirs 2015-11-29 11:10:01 +01:00