Forum

Lost password for a...
 
Notifications
Retirer tout

Lost password for admin

3 Posts
2 Utilisateurs
0 Reactions
19.9 K Vu
(@personne001)
Posts: 3
Active Member
Début du sujet
 
[#4752]

Hello,

I ve forgot my admin password (it s idiot i didn t notice it somewhere, i know). Is it possible to reset it somewhere ?

I ve found in Resources Database my username and i ve applied an SQL update at Projeqtor : UPDATE resource SET PASSWORD='newPassword', crypto=NULL
to try to reset Password ... But it didnt work. In the section Password (SQL Database) it s writing newpassword.

Thanks a lot

ES


 
Posté : 03/11/2017 12:09 am
(@babynus)
Posts: 14952
Membre Admin
 

You must update table resource, set password="yourpassword", crypto=null for your admin user (default is id=1)


 
Posté : 03/11/2017 1:23 am
(@babynus)
Posts: 14952
Membre Admin
 

This will work

UPDATE resource SET password='newPassword', crypto=Null, isLdpa=0 where id=1;

Then be sure to clean your browser cache and cookies and test.


 
Posté : 03/11/2017 10:19 am
Share:
Retour en haut