stage 1 of oauth removal, switch to sanctum pat tokens

This commit is contained in:
Codex Agent
2025-11-06 20:35:58 +01:00
parent c9783bd57b
commit 776da57ca9
47 changed files with 1571 additions and 2555 deletions

View File

@@ -9,11 +9,20 @@ return [
'login' => [
'title' => 'Sign in',
'username_or_email' => 'Username or email address',
'username_or_email_placeholder' => 'name@example.com',
'password' => 'Password',
'password_placeholder' => 'Your password',
'remember' => 'Stay signed in',
'remember_me' => 'Stay signed in',
'submit' => 'Sign in',
'panel_title' => 'Tenant Admin',
'panel_copy' => 'Sign in with your Fotospiel admin credentials to continue.',
'remember_hint' => 'We will keep you signed in on this device.',
'loading' => 'Signing in …',
'support' => 'Need help? Contact support@fotospiel.de.',
],
'verify_email' => 'Your email address is not verified. Please check your inbox for the verification link.',
'no_tenant_associated' => 'We could not find a tenant for your account. Please contact support.',
'not_authorized' => 'You are not authorized to access the tenant dashboard.',
'unverified' => 'Please verify your email address before signing in.',
];