mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Include first and lash name in user objects for substitution
This commit is contained in:
@@ -289,7 +289,9 @@ else {
|
||||
'shell' => $shell,
|
||||
'pass' => $pass,
|
||||
'plainpass' => $plainpass,
|
||||
'home' => $home );
|
||||
'home' => $home,
|
||||
'firstname' => $firstname,
|
||||
'lastname' => $lastname );
|
||||
|
||||
if ($in{'new'}) {
|
||||
defined(&all_getpwnam($user)) &&
|
||||
|
||||
Reference in New Issue
Block a user