This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apex:page controller="SiteLoginController" id="loginComponent" showheader="false" standardStylesheets="false"> | |
<h1 style="color: gray"> Community Login </h1> | |
<apex:form id="loginForm" forceSSL="true"> | |
<apex:outputPanel layout="block"> | |
<apex:pageMessages id="error"/> | |
<apex:outputLabel value="{!$Label.site.username}" for="username"/> | |
<apex:inputText id="username" value="{!username}"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Uploading context 4.608 kB | |
Uploading context | |
Step 0 : FROM ubuntu | |
---> 9cd978db300e | |
Step 1 : MAINTAINER David Weinstein <[email protected]> | |
---> Using cache | |
---> 67aeca8f12ae | |
Step 2 : RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list | |
---> Using cache | |
---> be8f73b1204f |