Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
8612a7af
Commit
8612a7af
authored
Sep 07, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
password requirements help text and C004 descriptions
parent
5229416f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
15 deletions
+17
-15
application_outline.jsp
...ebroot/extensions/applicantportal/application_outline.jsp
+7
-15
verify_identity.jsp
...pp/webroot/extensions/applicantportal/verify_identity.jsp
+10
-0
No files found.
cmsWebApp/webroot/extensions/applicantportal/application_outline.jsp
View file @
8612a7af
...
...
@@ -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>
...
...
cmsWebApp/webroot/extensions/applicantportal/verify_identity.jsp
View file @
8612a7af
...
...
@@ -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>
<%
}
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment