add password hashes
This commit is contained in:
parent
d7d27db605
commit
f51811b236
3 changed files with 18 additions and 5 deletions
|
@ -29,9 +29,10 @@ let
|
|||
|
||||
# accountsToUser :: String -> UserRecord
|
||||
accountsToUser = x: {
|
||||
name = x + "@" + domain;
|
||||
name = x.name + "@" + domain;
|
||||
isNormalUser = false;
|
||||
group = vmail_group_name;
|
||||
hashedPassword = x.password;
|
||||
};
|
||||
|
||||
# mail_user :: [ UserRecord ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue