typemill / typemill

Typemill is a lightweight, flat-file CMS designed for simple, fast, and flexible website and eBook creation using Markdown.
https://typemill.net
MIT License
424 stars 60 forks source link

Problem updating a user's password as an admin #461

Closed mkduew closed 1 month ago

mkduew commented 1 month ago

as an admin, how can I change a user's password, without knowing his current password ("Aktuelles Passwort"). So current password doesn't make any sense, if I edit a user as an admin.

Bildschirmfoto 2024-03-25 um 12 10 42
mkduew commented 1 month ago

If I only edit the new password ("Neues Passwort") and press "save" ("Speichern"), Typemill says "Nutzer wurde aktualisiert". But changing the password did not work. There is also no error message.

trendschau commented 1 month ago

Yes, thank you, has been reported from other users already and i will fix it with the next release

trendschau commented 1 month ago

I refactored it with version 2.3.3. If a user changes his password, he must add the valid old password and a new password. The admin can add only a new password without old password now.