Error while login as user from admin

jocker

Verified User
Joined
Oct 1, 2007
Messages
56
Hi all,

Since this morning I'm not able to log as a user when I'm already logged as admin

the /var/log/directadmin/error.log returns

2012:07:09-09:56:46: Auth::passValid: unable to get user_info for none
2012:07:09-09:57:44: Auth::passValid: unable to get user_info for none

Any idea please ?

Thanks
 
Hello

thank you for your reply. Yes I did a search on the error message but all topics talked about get user_info for admin.

The log telles none instead of an user so I'd like to know how can it be possible. What DA is looking for and why can he found none

Thanks
 
I found the error thank to the debug mode

Post string: username=none%7Cmyuser

Then I watch the form which is sending the login and I got
value="none|myuser"

Can it be a skin error because I don't know how this field can contains this value.

Thanks
 
I see this in my file:

Code:
# grep username /usr/local/directadmin/data/skins/power_user/reseller/show_user.html
                <input type=hidden name=username value="|LOGIN_AS_MASTER_NAME|\||user|">

What do you see there?
 
Thank you for your help,

the LOGIN_AS_MASTER_NAME didn't seems to exist so I update to the new version and now everything is OK. I had updated the skin without DA itself.

Many thanks
 
Back
Top