N
Novu9mo ago
koala1101

Change admin password

Hi all, I wanted to change the user's password, but I couldn't find a method for this in the web. Could you please tell me if it can be done using api queries?
3 Replies
DavidSouthmountain
Hi I do not think we have an endpoint for this. A workaround could be logout and use password reset.
koala1101
koala11019mo ago
Can you tell me how to generate a password hash for a user in the database, I would generate a similar scheme and replace the password in the database.
DavidSouthmountain
We use bcrypt hash with 10 rounds.