> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/username-and-password.md).

# Benutzername und Passwort

Der Eintrag ***Benutzername und Passwort*** wird verwendet, um Anmeldeinformationen sicher zu speichern und zu verwalten, die mit mehreren Einträgen verknüpft oder von diesen gemeinsam genutzt werden können.

### Registerkarte „Allgemein“

<table><thead><tr><th width="228.39996337890625">Einstellung</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Definieren Sie den Namen des Eintrags.</td></tr><tr><td><strong>Ordner</strong></td><td>Wählen Sie den Ordner aus, in dem diese Anmeldeinformationen gespeichert werden.</td></tr><tr><td><strong>Benutzername</strong></td><td>Geben Sie den Benutzernamen für den Eintrag ein.</td></tr><tr><td><strong>Domäne</strong></td><td>Geben Sie die für die Authentifizierung verwendete Domäne an.</td></tr><tr><td><strong>Passwort</strong></td><td>Geben Sie das mit dem Benutzernamen verknüpfte Passwort ein.</td></tr><tr><td><strong>Immer nach Passwort fragen</strong></td><td>Aktivieren Sie diese Option, um immer zur Eingabe des Passworts aufzufordern.</td></tr><tr><td><strong>Mnemonisches Passwort</strong></td><td>Geben Sie einen Hinweis an, der beim Erinnern an das Passwort hilft, ohne es zu offenbaren.</td></tr><tr><td><strong>Zugehörige E-Mail</strong></td><td>Geben Sie die mit dem Benutzernamen verknüpfte E-Mail-Adresse an.</td></tr><tr><td><strong>UPN</strong></td><td>Verwenden Sie eine alternative Kennung im Format user@domain, die häufig in Azure- oder Active Directory-Umgebungen verwendet wird.</td></tr></tbody></table>

### Registerkarte „OTP“

<table><thead><tr><th width="162.79998779296875">Einstellung</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Schlüssel</strong></td><td>Kopieren/fügen Sie den OTP-Schlüssel ein oder verwenden Sie die Schaltfläche <em><strong>Aus Bild laden</strong></em>, um ihn direkt aus einem Screenshot eines QR-Codes zu importieren.</td></tr><tr><td><strong>Konto</strong></td><td>Geben Sie das mit dem OTP verknüpfte Konto ein.</td></tr><tr><td><strong>Wiederherstellungscodes</strong></td><td>Verwenden Sie die mit dem OTP-Schlüssel verknüpften Wiederherstellungscodes, um wieder Zugriff auf das Konto zu erhalten, wenn das OTP nicht verfügbar ist.</td></tr><tr><td><strong>Erweitert</strong></td><td>Öffnen Sie zusätzliche Konfigurationsoptionen wie <em><strong>Zeitschritt</strong></em>, <em><strong>Anzahl der Ziffern</strong></em> und <em><strong>Hash-Algorithmus</strong></em> (SHA-1, SHA-256 oder SHA-512). Diese erweiterten Einstellungen ermöglichen die Kompatibilität mit nicht standardmäßigen OTP-Implementierungen.</td></tr><tr><td><strong>Anwendung</strong></td><td>Definieren Sie einen beschreibenden Namen, der die Anwendung identifiziert, die dieses OTP benötigt (z. B. Devolutions Portal).</td></tr></tbody></table>

#### Verwandte Themen

* [JSON-Importstrategien und Dateiformat](/rdm/de/ribbon-menu-bar/file/import/import--json/json-import-strategies-and-file-format.md#for-a-username-and-password-credentials-entry)

#### Siehe auch

* [Devolutions Academy – Konfigurieren und Verwalten von Anmeldeinformationseinträgen](https://academy.devolutions.net/student/activity/1924988-configuring-and-managing-credential-entries?sid=a06bd93d-9b35-47ec-b467-56b8ca50a794\&sid_i=7)
* [Devolutions Academy – So verwenden Sie OTP-Einträge in Remote Desktop Manager](https://academy.devolutions.net/student/page/2584596-how-to-use-otp-entry-in-remote-desktop-manager?curriculum_activity_id=3969784\&path_id=2628397\&sid=491f99b4-6221-4c93-a12f-5e119a208cb8\&sid_i=0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/username-and-password.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
