mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Edit profil and change password menus are not displayed when SSO authentication is used
This commit is contained in:
parent
6d9d69e01d
commit
c7cc9273a6
5 changed files with 21 additions and 8 deletions
|
|
@ -25,6 +25,7 @@ Meteor.publish('user-admin', function() {
|
|||
isAdmin: 1,
|
||||
teams: 1,
|
||||
orgs: 1,
|
||||
authenticationMethod: 1,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue