Forum

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.

[SOLVED] Reset pass...
 
Notifications
Clear all

[SOLVED] Reset password user

3 Posts
2 Users
0 Reactions
8,126 Views
(@ch0c4)
Posts: 4
Active Member
Topic starter
 
[#2548]

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.


 
Posted : 26 Aug 2015 12H38
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 27 Aug 2015 20H30
(@ch0c4)
Posts: 4
Active Member
Topic starter
 

Thanks, i will do that.


 
Posted : 28 Aug 2015 11H32
Share:

Scroll to Top