Commit 8612a7af by Nilu

password requirements help text and C004 descriptions

parent 5229416f
......@@ -112,11 +112,7 @@
%>
</div>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Aenean
semper at magna a tristique. Ut ut
magna ut mauris sagittis placerat.
Suspendisse vitae tempus sem.
We'll ask you if you have certain skills, qualifications, knowledge, or experience that are somehow important to do this job.
</p>
</div>
<%
......@@ -144,11 +140,9 @@
%>
</div>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Aenean
semper at magna a tristique. Ut ut
magna ut mauris sagittis placerat.
Suspendisse vitae tempus sem.
A job isn't just about what one does, but the environment where one does it.
This questionnaire will help us both learn what's most important to you in a workplace environment.
There are no right or wrong answers, so please choose what best fits you (not what you think might be right for a particular job).
</p>
</div>
<div class="<%= (job.getIncludeAssessmentCriteria() ? "col-sm-4 " : "col-sm-6 app-thired-block " ) + "col-xs-12 app-block eq-height last-border"%>">
......@@ -173,11 +167,9 @@
%>
</div>
<p>
Lorem ipsum dolor sit amet,
consectetur adipiscing elit. Aenean
semper at magna a tristique. Ut ut
magna ut mauris sagittis placerat.
Suspendisse vitae tempus sem.
Each of us has preferences and beliefs - and motivations - about the work that we do or seek.
It's not really about what we're good at doing, but what's right for us... what "fits".
Just like with the workplace preferences questionnaire, there are no right or wrong answers, so please choose what best fits you.
</p>
</div>
</div>
......
......@@ -133,6 +133,16 @@
<label>Confirm password</label>
<oneit:ormInput obj="<%= job %>" type="password" attributeName="ConfirmPassword" cssClass="form-control second-style reset-pw " required="true"/>
</div>
<div class="form-group text-left">
<p>
Your password must:
<ul>
<li>* begin with a letter of the alphabet</li>
<li>* include at least one number</li>
<li>* not include any spaces or special characters.</li>
</ul>
</p>
</div>
<%
}
%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment