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:
Daniel Hiller
2026-08-07 19:15:43 +02:00
parent a1f0a2b3fa
commit 36aa732fec
128 changed files with 121 additions and 1993 deletions
-3
View File
@@ -17,7 +17,6 @@ export default {
poweredByPlanka: 'Drivs av <1>PLANKA</1>',
serverConnectionFailed: 'Server connection failed',
unknownError: 'Okänt fel, försök igen senare',
useSingleSignOn: 'Använd enkel inloggning',
usernameAlreadyInUse: 'Användarnamnet används redan',
whoops_title: 'Hoppsan!',
},
@@ -25,11 +24,9 @@ export default {
action: {
cancelAndClose: 'Avbryt och stäng',
continue: 'Fortsätt',
debugSso: 'Felsök SSO',
goBack: 'Gå tillbaka',
goHome: 'Gå hem',
logIn: 'Logga in',
logInWithSso: 'Logga in med SSO',
},
},
};