cancel
Showing results for 
Search instead for 
Did you mean: 

Custom login page like Disney?

Mrkool_
Super Contributor

Custom login page like Disney?

so i am not sure how many people here have seen this login


[Moderator's note: Disney's site was published here and as it's an internal-only site and we don't have explicit permission to publicize the URL it has been deleted]

 

i am looking to create something similar but with "MINIMAL" effort Smiley Happy does any one know of any other good examples or sample zipped files that i can manipulate?

 

thanks

 

2 REPLIES 2
dcamara_
Occasional Contributor

Re: Custom login page like Disney?

I can tell you being the engineer that deployed that custom login page you found there is a lot of logic behind the page that gets really complicated (selecting the realm with the icons and processing the drop down and putting that in front of the username so that it is sent to the auth server correctly), that is all a pain. If you just want to have a custom login page with username and password fields and a submit button that is not bad. If you know html first get the site build as you would a normal site first. Then follow the docs Juniper has on custom login pages to add the correct form actions to submit the data.

That is about it. I am actually working on a new custom login page for the company i am with now. Once I get the submit logic done I will post a stripped version (as it is an internal system) that may help you out.

PS. Glad you thought the site was nice. I cant take credit for the html and look and feel thou. That is all another team Smiley Sad

Mrkool_
Super Contributor

Re: Custom login page like Disney?

that site is indeed very well done and one of my favorite juniper login portals Smiley Happy i just wished it would not be so hard to do something like this or juniper would have included some more samples as i am no html/jsp/asp expert Smiley Sad

posting your stripped down custom login page will be nice and would be greatly appriciated.