remove oauth from features

This commit is contained in:
Mario Vavti
2018-09-26 16:35:05 +02:00
parent 1353c291e9
commit 505782f224
2 changed files with 0 additions and 34 deletions

View File

@@ -83,24 +83,6 @@ function get_features($filtered = true, $level = (-1)) {
feature_level('permcats',2),
],
[
'oauth_clients',
t('OAuth1 Clients'),
t('Manage OAuth1 authenticatication tokens for mobile and remote apps.'),
false,
get_config('feature_lock','oauth_clients'),
feature_level('oauth_clients',1),
],
[
'oauth2_clients',
t('OAuth2 Clients'),
t('Manage OAuth2 authenticatication tokens for mobile and remote apps.'),
false,
get_config('feature_lock','oauth2_clients'),
feature_level('oauth2_clients',1),
],
[
'access_tokens',
t('Access Tokens'),