i need found in magento database information about users: description , status (login or not).
Where i can find this information in data base?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Magento uses an EAV structure so finding information can be tricky.
There is a slightly out-of-date but useful overview diagram here:
http://inchoo.net/wp-content/uploads/2008/10/magento_v116-database_diagram.pdf
To answer part of your question, I don’t think Magento stores the login status in the database, that would be stored in the session. Other details like description/username will be in one of the entity value tables.