chore(login): more informative login error message
The login messages are more Fraport specific.
This commit is contained in:
parent
352ee215b4
commit
5720ba58c8
@ -111,15 +111,15 @@ CampusUserInvalidFeaturesOfStudy parseErr@Text: Konnte anhand des Fraport Büko-
|
|||||||
CampusUserInvalidAssociatedSchools parseErr@Text: Konnte anhand des Fraport Büko-Logins keine Institute ermitteln
|
CampusUserInvalidAssociatedSchools parseErr@Text: Konnte anhand des Fraport Büko-Logins keine Institute ermitteln
|
||||||
InvalidCredentialsADNoSuchObject: Benutzereintrag existiert nicht
|
InvalidCredentialsADNoSuchObject: Benutzereintrag existiert nicht
|
||||||
InvalidCredentialsADLogonFailure: Ungültiges Passwort
|
InvalidCredentialsADLogonFailure: Ungültiges Passwort
|
||||||
InvalidCredentialsADAccountRestriction: Kontobeschränkungen verhindern Login
|
InvalidCredentialsADAccountRestriction: Beschränkungen des Fraport Accounts verhindern Login
|
||||||
InvalidCredentialsADInvalidLogonHours: Benutzer:in darf sich zur aktuellen Tageszeit nicht anmelden
|
InvalidCredentialsADInvalidLogonHours: Benutzer:in darf sich zur aktuellen Tageszeit nicht anmelden
|
||||||
InvalidCredentialsADInvalidWorkstation: Benutzer:in darf sich von diesem System aus nicht anmelden
|
InvalidCredentialsADInvalidWorkstation: Benutzer:in darf sich von diesem System aus nicht anmelden
|
||||||
InvalidCredentialsADPasswordExpired: Passwort abgelaufen
|
InvalidCredentialsADPasswordExpired: Passwort abgelaufen; ändern Sie Ihr Fraport Passwort auf dem üblichen Weg (z.B. E-Account Nutzer per Azure-Portal)
|
||||||
InvalidCredentialsADAccountDisabled: Benutzereintrag gesperrt
|
InvalidCredentialsADAccountDisabled: Ihr Fraport Account wurde gesperrt, bitte wenden Sie sich an den allgemeinen IT Support
|
||||||
InvalidCredentialsADTooManyContextIds: Benutzereintrag trägt zu viele Sicherheitskennzeichen
|
InvalidCredentialsADTooManyContextIds: Benutzereintrag trägt zu viele Sicherheitskennzeichen
|
||||||
InvalidCredentialsADAccountExpired: Benutzereintrag abgelaufen
|
InvalidCredentialsADAccountExpired: Benutzereintrag abgelaufen, bitte wenden Sie sich an den allgemeinen IT Support
|
||||||
InvalidCredentialsADPasswordMustChange: Passwort muss geändert werden
|
InvalidCredentialsADPasswordMustChange: Passwort muss geändert werden; ändern Sie Ihr Fraport Passwort auf dem üblichen Weg (z.B. E-Account Nutzer per Azure-Portal)
|
||||||
InvalidCredentialsADAccountLockedOut: Benutzereintrag wurde durch Eindringlingserkennung gesperrt
|
InvalidCredentialsADAccountLockedOut: Benutzereintrag wurde durch Eindringlingserkennung gesperrt, bitte wenden Sie sich an den allgemeinen IT Support
|
||||||
|
|
||||||
LoginTitle: Authentifizierung
|
LoginTitle: Authentifizierung
|
||||||
|
|
||||||
@ -136,4 +136,4 @@ FormHoneypotNameTip: Ihr Name oder Ihre E-Mail Adresse
|
|||||||
FormHoneypotNamePlaceholder: Name
|
FormHoneypotNamePlaceholder: Name
|
||||||
FormHoneypotComment: Kommentar
|
FormHoneypotComment: Kommentar
|
||||||
FormHoneypotCommentPlaceholder: Kommentar
|
FormHoneypotCommentPlaceholder: Kommentar
|
||||||
FormHoneypotFilled: Bitte füllen Sie keines der verstecken Felder aus
|
FormHoneypotFilled: Bitte füllen Sie keines der verstecken Felder aus
|
||||||
|
|||||||
@ -111,16 +111,16 @@ CampusUserInvalidTitle: Could not determine title during Fraport Büko login
|
|||||||
CampusUserInvalidFeaturesOfStudy parseErr: Could not determine features of study during Fraport Büko login
|
CampusUserInvalidFeaturesOfStudy parseErr: Could not determine features of study during Fraport Büko login
|
||||||
CampusUserInvalidAssociatedSchools parseErr: Could not determine associated departments during Fraport Büko login
|
CampusUserInvalidAssociatedSchools parseErr: Could not determine associated departments during Fraport Büko login
|
||||||
InvalidCredentialsADNoSuchObject: User entry does not exist
|
InvalidCredentialsADNoSuchObject: User entry does not exist
|
||||||
InvalidCredentialsADLogonFailure: Invalid passwod
|
InvalidCredentialsADLogonFailure: Invalid password
|
||||||
InvalidCredentialsADAccountRestriction: Account restrictions are preventing login
|
InvalidCredentialsADAccountRestriction: Restrictions on your Fraport account prevent a login
|
||||||
InvalidCredentialsADInvalidLogonHours: User may not login at the current time of day
|
InvalidCredentialsADInvalidLogonHours: User may not login at the current time of day
|
||||||
InvalidCredentialsADInvalidWorkstation: User may not login from this system
|
InvalidCredentialsADInvalidWorkstation: User may not login from this system
|
||||||
InvalidCredentialsADPasswordExpired: Password expired
|
InvalidCredentialsADPasswordExpired: Password expired, please change your Fraport account password by the usual way (eg. E-account users via Azure portal)
|
||||||
InvalidCredentialsADAccountDisabled: Account disabled
|
InvalidCredentialsADAccountDisabled: Fraport account disabled, please contact general IT support
|
||||||
InvalidCredentialsADTooManyContextIds: Account carries to many security identifiers
|
InvalidCredentialsADTooManyContextIds: Account carries to many security identifiers
|
||||||
InvalidCredentialsADAccountExpired: Account expired
|
InvalidCredentialsADAccountExpired: Account expired, please contact general IT support
|
||||||
InvalidCredentialsADPasswordMustChange: Password needs to be changed
|
InvalidCredentialsADPasswordMustChange: Password needs to be changed, please change your Fraport account password by the usual way (eg. E-account users via Azure portal)
|
||||||
InvalidCredentialsADAccountLockedOut: Account disabled by intruder detection
|
InvalidCredentialsADAccountLockedOut: Account disabled by intruder detection, please contact general IT support
|
||||||
|
|
||||||
LoginTitle: Authentication
|
LoginTitle: Authentication
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user