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 does any one know of any other good examples or sample zipped files that i can manipulate?
thanks
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
that site is indeed very well done and one of my favorite juniper login portals 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
posting your stripped down custom login page will be nice and would be greatly appriciated.