Add debug info and a warning for login issues related to #6831

This commit is contained in:
James Cole
2023-01-19 06:45:45 +01:00
parent 3d802b9c9e
commit 3ea8792c6e
43 changed files with 76 additions and 38 deletions

View File

@@ -1436,6 +1436,7 @@ return [
'oauth' => 'OAuth',
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
'profile_oauth_clients_header' => 'Clients',
'profile_oauth_client_id' => 'Client ID',
'profile_oauth_client_name' => 'Name',