mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
update to meteor version 2.12
This commit is contained in:
parent
5b49720557
commit
07a8496542
7 changed files with 77 additions and 175 deletions
|
|
@ -31,4 +31,12 @@ Meteor.methods({
|
|||
});
|
||||
}
|
||||
},
|
||||
'edit.userPass' (userId, newPassword) {
|
||||
|
||||
},
|
||||
'delete.userFromSys' (userId) {
|
||||
check(userId, String);
|
||||
|
||||
return Meteor.users.remove({ _id: userId });
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue