Skip to content

Commit

Permalink
FAQ: add password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Apr 12, 2024
1 parent 54bd1d6 commit fa850e0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,24 @@ loadpoints:

Das ist leider eine Einschränkung der Herstellerschnittstelle. PSA liefert veraltete Werte aus, solange diese nicht über die App erneuert werden. Leider ist bislang noch keine Schnittstelle bekannt, um diese Erneuerung programmatisch anzustoßen.

## Passwort

### Ich habe mein Passwort vergessen. Wie kann ich es ändern? {#password-reset}

Das Passwort wird verschlüsselt gespeichert, daher kann es nicht ausgelesen werden.
Du kannst über die Kommandozeile ein neues Passwort setzen.

```bash
evcc password set
```

Alternativ kannst du das Passwort auch zurücksetzen.
Dann wirst du beim nächsten Aufruf der evcc UI aufgefordert ein neues Passwort zu vergeben.

```bash
evcc password reset
```

## Statistische Daten

### Telemetry & Community Daten
Expand Down
19 changes: 19 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,25 @@ This is unfortunately a restriction of the manufacturer's online service - PSA d

Sadly, no workaround to this issue has been found.


## Passwort

### I forgot my password. How can I reset it? {#password-reset}

The password is stored encrypted, so it can't be read.
You can set a new password via the command line.

```bash
evcc password set
```

Alternately, you can reset the password.
You'll be prompted to set a new password the next time you access the evcc UI.

```bash
evcc password reset
```

## Statistical Data

### Telemetry & Community Data
Expand Down

0 comments on commit fa850e0

Please sign in to comment.