Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
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.
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.
Thanks, i will do that.