Is there a way that I can reset a lost oxadmin password? Any help would be much appreciated.
Announcement
Collapse
No announcement yet.
Lost oxadmin password
Collapse
X
-
explanation
Could you please explain how you exactly do this.
How you generate this encrypted password ? ( openssl ? )
Which value will be replaced ?
Where I find it in the database ?
The way to disable the context-authentication isn't really professionell.
Thanks a Lot
Comment
-
Thats the "user" table at the groupware database:
Code:mysql> SELECT userPassword FROM user WHERE cid=1 and id=2; +------------------------------+ | userPassword | +------------------------------+ | 5en6G6MezRroT3XKqkdPOmY/BfQ= | +------------------------------+
Greetings
Comment
Comment