Faux Login Form for Password Protected Pages
-
Hi there –
I’m trying to create a faux login form for clients of my site to access their unique, password protected pages.
Right now, I have a parent page: …/client-login/
And, a subpage: …/client-login/doeThe subpage is password protected.
I’d like to create a form on the client-login page, whereby my client can enter his last name (doe) in one field, and the password of the subpage in a second field.
The form would then redirect the client to the …/client-login/doe subpage (field #1), and pass the password to unprotect it and make it viewable.
Is this possible? If so, could someone provide the code for the form? I’m not too concerned about these pages being ultra secure – I just need a portal so that a client can land on his or her specific page.
Thanks!
- The topic ‘Faux Login Form for Password Protected Pages’ is closed to new replies.