Gossamer Forum
Home : General : Perl Programming :

Username & password, how do I verify them ?

Quote Reply
Username & password, how do I verify them ?
I have a web template creation page which I am offering to my web users. What I would like to do is let them

1- log into their SCO openserver 5.0.5 email account using an asp login script(html template page, get the input from textboxes).

2- Verify that the user name and password are correct and exist on the unix server* THIS IS WHAT I AM MISSING*

3-once everything is correct, then create the web page through the template.(DONE)

4- UPload the html file directly through the web page into their UNIX account through WS_ftp. (TO DO)

P.S I do have perl installed on my server.
If anyone has the slightest idea on how can I acheive this, how do I create a login script that verifies a user's authenticity, and upload the html file into their "/usr/MyAccount/public_html" directory would be VERY musch appreciated.

Thank you in advance.
Patty