mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
revert changes for patch authentication
This commit is contained in:
parent
a27c16e434
commit
f23448be33
11 changed files with 133 additions and 52 deletions
|
|
@ -22,6 +22,7 @@ Meteor.publish('user-authenticationMethod', function(match) {
|
|||
check(match, String);
|
||||
return Users.find({$or: [{_id: match}, {email: match}, {username: match}]}, {
|
||||
fields: {
|
||||
'_id': 1,
|
||||
'authenticationMethod': 1,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue