Skip to content

Commit

Permalink
added missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
OG-NI committed Jun 12, 2024
1 parent 5e22774 commit 12ad703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default withMermaid({
link: '/development/backend/overview',
items: [
{
text: 'Authentication',
text: 'Authentifizierung',
link: '/development/backend/authentication',
},
{ text: 'Logging', link: '/development/backend/logging' },
Expand Down
18 changes: 8 additions & 10 deletions docs/development/backend/authentication.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Authentication
# Authentifizierung

> [!WARNING]
> The currently used authentication mechanism is subject to changes and only intended for development purposes.
> [!WARNING] Warnung
> Der aktuelle Authentifizierungsmechanismus ist nur für Entwicklungszwecke und kann sich in Zukunft ändern.
## Local Authentication (Development)
## Lokale Authentifizierung (Entwicklung)

During development `Basic`-Authentication is enabled to make authentication easier. You need to supply a username and a password.
There are example users available, when using the database seeds.
Um die Authentifizierung während der Entwicklung zu vereinfachen wird `Basic`-Authentication eingesetzt. Testnutzer werden mithilfe von Datenbank-Seeds bereitgestellt.

### Example Users
### Testnutzer

The password for all available example users is
`1234`.
Please note that those users are not available in production.
Das Passwort aller Testnutzer ist `1234`.
Diese Nutzer sind in der Produktivumgebung nicht verfügbar.

- `[email protected]`: Max Mustermann

0 comments on commit 12ad703

Please sign in to comment.