Login system with DA user's

Rowdy

New member
Joined
Jan 5, 2010
Messages
3
i wonder if its posibile to create a login system with the users of DA

i want create a special area on my website for my users where they can find more information about ther hosting & customer account.

Is ther a way to get the username & password so i can check if its right my script say loggedin etc. ?


I have look at the api commands more without any success
 
DA users are system users, their password can be checked through PAM or directly against their password hash in /etc/shadow.
 
Back
Top