Notifications
Retirer tout
Ask questions
3
Posts
2
Utilisateurs
0
Reactions
8,125
Vu
Début du sujet
Hi,
I want to reset password of all my user, I can do that with projeqtor or I need to click for each user reset password button.
Thanks for the answer.
Posté : 26 Août PM 12:088
You cannot do massive password change through the interface.
What you can do is SQL update :
update resource set PASSWORD='newPassword', crypto=null
This will reset password to "newPassword" without encoding, so new password will be requested on first connection.
Posté : 27 Août PM 20:088
Début du sujet
Thanks, i will do that.
Posté : 28 Août AM 11:088