|
Loading How to Create a Custom Login Page on your Site for Central Desktop
If you use Central Desktop to collaborate with your customers and partners you can embed a login page into your website. You would create a tab or link on your main site that says something like "Member Login" or "Extranet Login".
We use a client side MD5 hash mechanism to encrypt the users password before sending it over the wire.
For all Company Plan subscribers: As an Administrator within Central Desktop:
For everyone else: Download code here: You can download some sample code from here (ZIP file).
Sample Login Pages:
- http://www.xerase.com/cdlogin/login.html
|

Cool feature.
Our attempt: http://thresholdtheater.com/extranet/
Minor request: Create similar custom implementation for the Forgot Password page to keep the branding consistent.
Also, question - the "client side MD5 hash mechanism to encrypt the users password before sending it over the wire" is that as secure as if the page was SSL encrypted - or should the login page be in https mode as well?