stage 1 of oauth removal, switch to sanctum pat tokens
This commit is contained in:
@@ -10,10 +10,17 @@ return [
|
||||
'login' => [
|
||||
'title' => 'Anmelden',
|
||||
'username_or_email' => 'Username oder E-Mail',
|
||||
'username_or_email_placeholder' => 'name@example.com',
|
||||
'password' => 'Passwort',
|
||||
'password_placeholder' => 'Dein Passwort',
|
||||
'remember' => 'Angemeldet bleiben',
|
||||
'remember_me' => 'Angemeldet bleiben',
|
||||
'submit' => 'Anmelden',
|
||||
'panel_title' => 'Event-Admin',
|
||||
'panel_copy' => 'Melde dich mit deinen Fotospiel Admin-Zugangsdaten an, um fortzufahren.',
|
||||
'remember_hint' => 'Wir lassen dich auf diesem Gerät angemeldet.',
|
||||
'loading' => 'Anmeldung …',
|
||||
'support' => 'Brauchen Sie Hilfe? Schreiben Sie an support@fotospiel.de.',
|
||||
],
|
||||
|
||||
'register' => [
|
||||
@@ -37,6 +44,8 @@ return [
|
||||
],
|
||||
'verify_email' => 'Bitte bestätigen Sie Ihre E-Mail-Adresse. Wir haben dir eine Bestätigungs-E-Mail geschickt.',
|
||||
'no_tenant_associated' => 'Deinem Konto ist kein Tenant zugeordnet. Bitte kontaktiere den Support.',
|
||||
'not_authorized' => 'Du bist nicht berechtigt, auf das Tenant-Dashboard zuzugreifen.',
|
||||
'unverified' => 'Bitte bestätige deine E-Mail-Adresse, bevor du dich anmeldest.',
|
||||
'header' => [
|
||||
'home' => 'Startseite',
|
||||
'packages' => 'Pakete',
|
||||
|
||||
@@ -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.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user