Forum Moderators: phranque
Currently they have to print the form, fill it out, sign it and fax it to the IS department.
There certainly has to be an easier way, but security is obviously a key issue.
What I want to be able to do is come up with some solution where they can fill out the form electronically
Obviously very easy so far....
sign it with some sort of digital signature and email it to the IS department.
This is where it gets a little tricky. Out of my expertise I'm afraid (this thread may be better off in Server-Side scripting or elsewhere - perhaps we'll move it after a day or so if there's a lack of response).
Ignoring digital sigs for the moment, how are these people currently validated from a security point of view? Is it simply by facsimilie signature?
At the stage the person is hired, are they allocated an email address? If so, and if the form is only available on the local intranet, with no external internet access, would a simple form to your IS dept. do the trick, with them then emailing password information back only to a local domain email address?
In other words I'm wondering if you can circumvent any security issue by keeping the entire process on your LAN.
TJ
1 level password may even be enough. Another option would be those keyfob type displays where the number changes once a minute...although those can be complicated and expensive.
Is it possible to use a windows network login and password as authentication for an HTML form?
Is it possible to use a windows network login and password as authentication for an HTML form?
How secure of a LAN do you run, do you use a VPN?
if so the first step is already done since not every one can log in the VPN, check with your NW admin.
The second part is easy
set an authentication script in (for ex) PHP
and feed a DB with the info, so the info can be stored, reviewed and modif as needed.
it can be made in such a way that people off premises need to log in the VPN (obviously) and that your boss has some master access directly to the hiring section.
we are speaking about creating a few access levels.
regards
Henry