Hello,
I just did a reinstall from an old dump and i’m now having problems logging to the manager.
I see my old user logins are still there in the manager_users table.
I even tried to change the pass but it didnt work out.
What i’m finding strange is that my user_attributes is totally empty ...
Anayway to fix this ?
Thanks
-
☆ A M B ☆
- 24,524 Posts
Use phpMyAdmin or some other MySQL admin program, and set these values in user_attributes:
ID 1
internalKey 1
fullname <whatever you want>
role 1
email <whatever you want>
This is presuming that you do have a user with ID of 1 in the manager_users table. If you don’t, create one. Make sure to set the password field’s "Function" to MD5 if you do.
Make sure you don’t have any stale MODx cookies for that domain in your browser.
Great, thanks a lot !
Worked like a charm.
-
☆ A M B ☆
- 24,524 Posts
It pays to spend a few minutes looking over the database, since almost all of the functionality of MODx rests in its database. Examining the database of a known functioning site is a good idea.
Yes, i know but i’m a total noob with databases, sorry :’(
Thanks again