Forum

[SOLVED] Reset pass...
 
Notifications
Retirer tout

[SOLVED] Reset password user

3 Posts
2 Utilisateurs
0 Reactions
8,125 Vu
(@ch0c4)
Posts: 4
Active Member
Début du sujet
 
[#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.


 
Posté : 26 Août PM 12:088
(@babynus)
Posts: 14952
Membre 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.


 
Posté : 27 Août PM 20:088
(@ch0c4)
Posts: 4
Active Member
Début du sujet
 

Thanks, i will do that.


 
Posté : 28 Août AM 11:088
Share:
Retour en haut