mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Fix password not saved
This commit is contained in:
parent
ee94735922
commit
42ca385a36
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ if (Meteor.isServer) {
|
|||
const id = Accounts.createUser({
|
||||
username: req.body.username,
|
||||
email: req.body.email,
|
||||
password: 'default',
|
||||
password: req.body.password,
|
||||
from: 'admin',
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue