Refactor authentication system (#2602)

Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
This commit is contained in:
Kevin Papst
2021-06-10 15:34:13 +02:00
committed by GitHub
parent 286b63e2c8
commit 7f20cb045c
155 changed files with 5590 additions and 1802 deletions

View File

@@ -2,6 +2,18 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="The entered passwords don't match.">
<source>The entered passwords don't match.</source>
<target>Die Passwörter stimmen nicht überein.</target>
</trans-unit>
<trans-unit id="The email is already used.">
<source>The email is already used.</source>
<target>Diese E-Mail-Adresse wird bereits verwendet.</target>
</trans-unit>
<trans-unit id="The username is already used.">
<source>The username is already used.</source>
<target>Dieser Benutzername wird bereits verwendet.</target>
</trans-unit>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Dieser Wert ist keine gültige Rolle.</target>