Can not login as

winger

Verified User
Joined
Oct 5, 2004
Messages
176
Location
Rio de Janeiro - Brasil
hi,

when I login as a admin then go to -> show all user -> select a reseller "name" -> login as "name", DA shows the login screen again and I have to type the reseller login and pass.

any help to fix that?
 
Last edited:
DA should be able to handle second level logins without a password (for example admin -> reseller) but not third level logins (for example admin -> reseller -> user).

If it can't it's likely caused because your ISP (or even internal network) is using some kind of proxying that results in DirectAdmin not seeing the same origin IP# on each request. I don't know any way around that. Perhaps someone else does.

Jeff
 
Hi Jeff,

sorry for do not update here, John helps me to fix that:

The User files are in /usr/local/directadmin/data/users/admin/* ... namely, user.conf, user.usage, domains.list
If those are missing or broken, type:

cd /usr/local/directadmin/scripts
./fix_da_user.sh admin admin

it was missing in my case and after run this, all working again :)

thank you,
Ricardo.
 
Back
Top