Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Force update of password for mirgation of users #2

Open
dh3wr opened this issue Nov 1, 2018 · 0 comments
Open

Force update of password for mirgation of users #2

dh3wr opened this issue Nov 1, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dh3wr
Copy link
Member

dh3wr commented Nov 1, 2018

Das PW wird ja im Klartext versendet. Wenn es nach dem Import der alten Daten noch nicht im bcrypt-Format besteht, soll trotzdem ein Login möglich sein und automatisch der neue bcrypt-Hash in die CouchDB gesetzt werden.

Also Ablauf beim Auth:

  1. Teste ob Passwort mit bcrypt ok ist -> Ja weiter
  2. Sonst teste, ob Passwort mit alter Variante ok ist -> Ja: Update auf bcrypt und weiter. Nein: No Auth
@dh3wr dh3wr added the enhancement New feature or request label Nov 1, 2018
@dh3wr dh3wr changed the title Force reenter password for mirgation of users Force update of password for mirgation of users Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants