Product:
Search Type:

How do I find administrator login and password for Expand control panel?

Article ID: 3551 
Last Review: Jan,09 2008
APPLIES TO:
  • Expand 2.x

RESOLUTION

Expand users and passwords are stored in 'exp_person' table in 'expand' database. Full list of users, passwords and their roles can be got with the following command run under 'root' user from the command line:
# /usr/local/expand/sbin/expandmysql -e 'select p.login,p.password,sr.descr from exp_person p, exp_person_role pr, exp_sec_role sr where pr.person_id=p.id and pr.role_id=sr.id'

Administrator account has 'Super administrator' role in the output of the command above.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields