mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
add ldap support | simplify authentications
This commit is contained in:
parent
5b8c642d8f
commit
3b4f285fea
15 changed files with 493 additions and 49 deletions
|
|
@ -223,7 +223,7 @@ if (Meteor.isServer) {
|
|||
},
|
||||
|
||||
// Gets all connection methods to use it in the Template
|
||||
getConnectionsEnabled() {
|
||||
getAuthenticationsEnabled() {
|
||||
return {
|
||||
ldap: isLdapEnabled(),
|
||||
oauth2: isOauth2Enabled(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue