Lost Admin Password

myjamroom
myjamroom
@soglnc
4 years ago
42 posts
Can anyone give me an indication in which database table the user data is stored? I have obviously changed my admin password but I didn't remember it. The request for a new password via e-mail obviously does not work anymore.

Is there any other function how I can access my data again as owner?


--
Christian Bernert
www.sogln.de

updated by @soglnc: 10/20/20 06:00:18AM
paul
@paul
4 years ago
4,325 posts
User data is in the jr_jruser-item_key table. The master admin data is probably alongside the _item_id => 1 entries.
However, the actual password isn't stored, only its hashed value, and the password cannot be derived from that.
The user name and email is there though, so make sure the email address is active and that you can receive it, and you should be able to use the 'Forgot Password' form.
hth


--
Paul Asher - JR Developer and System Import Specialist
myjamroom
myjamroom
@soglnc
4 years ago
42 posts
Thanks Paul for your fast response. I will try my best.


--
Christian Bernert
www.sogln.de
myjamroom
myjamroom
@soglnc
4 years ago
42 posts
Paul in the jr_jruser-item_key table I couldn't find the e-mail. In wich table is there.


--
Christian Bernert
www.sogln.de
paul
@paul
4 years ago
4,325 posts
There should be a `key` value of 'user_email' and the email will be alongside it in the `value` column.


--
Paul Asher - JR Developer and System Import Specialist
myjamroom
myjamroom
@soglnc
4 years ago
42 posts
Thanks Paul


--
Christian Bernert
www.sogln.de
myjamroom
myjamroom
@soglnc
4 years ago
42 posts
Paul, I hope my last question.
When updating new releases, a lot of files are created (e.g. jrAction-release 2.4.0) ? Which ones can be deleted? All old releases or which ones must be kept in any case?


--
Christian Bernert
www.sogln.de
paul
@paul
4 years ago
4,325 posts
Old module and skin releases are kept in case you need to roll back for any reason. They don’t take up much disk space.
You can use tools provided in the Developer and Marketplace modules to delete or roll back to these old versions.
Hth


--
Paul Asher - JR Developer and System Import Specialist
michael
@michael
4 years ago
7,692 posts
ACP -> CORE -> MARKETPLACE -> GLOBAL CONFIG -> GENERAL SETTINGS -> MARKETPLACE VERSIONS

Change from "Keep All Versions" to "1 version"
keep.jpg
keep.jpg  •  768KB

Tags