feat: Remove OIDC and SSO support
Existing SSO accounts have no local password, so the migration deactivates them before dropping is_sso_user and the identity_provider_user table.
This commit is contained in:
@@ -17,7 +17,6 @@ export default {
|
||||
poweredByPlanka: 'Mogelijk gemaakt door <1>PLANKA</1>',
|
||||
serverConnectionFailed: 'Verbinding met de server mislukt',
|
||||
unknownError: 'Onbekende fout, probeer het later opnieuw',
|
||||
useSingleSignOn: 'Gebruik single sign-on',
|
||||
usernameAlreadyInUse: 'Gebruikersnaam is al in gebruik',
|
||||
whoops_title: 'Oeps!',
|
||||
},
|
||||
@@ -25,11 +24,9 @@ export default {
|
||||
action: {
|
||||
cancelAndClose: 'Annuleren en sluiten',
|
||||
continue: 'Doorgaan',
|
||||
debugSso: 'SSO debuggen',
|
||||
goBack: 'Terug gaan',
|
||||
goHome: 'Naar startpagina',
|
||||
logIn: 'Inloggen',
|
||||
logInWithSso: 'Inloggen met SSO',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user