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
bc645e10
Commit
bc645e10
authored
Dec 07, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT018 - Forgot Password - Make sure spellcheck is defeated for email address
parent
313d068b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
forgot_password.jsp
cmsWebApp/webroot/extensions/adminportal/forgot_password.jsp
+1
-1
forgot_password.jsp
...pp/webroot/extensions/applicantportal/forgot_password.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/forgot_password.jsp
View file @
bc645e10
...
...
@@ -60,7 +60,7 @@
<div> </div>
<div class="form-group text-left">
<label>Email Address</label>
<oneit:ormInput obj="<%= companyUser %>" type="text" attributeName="Email" cssClass="form-control" autocomplete="off"/>
<oneit:ormInput obj="<%= companyUser %>" type="text" attributeName="Email" cssClass="form-control" autocomplete="off"
spellcheck="false"
/>
<oneit:recalcClass id="right-mark-div" htmlTag="div" classScript="companyUser.emailExists() ? 'show': 'hide'" companyUser="<%= companyUser %>" class="right-mark">
<span id="right-mark"><img src="<%= request.getContextPath() %>/images/right-mark.svg"/></span>
</oneit:recalcClass>
...
...
cmsWebApp/webroot/extensions/applicantportal/forgot_password.jsp
View file @
bc645e10
...
...
@@ -69,7 +69,7 @@
<div> </div>
<div class="form-group text-left">
<label>Email Address</label>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off"/>
<oneit:ormInput obj="<%= job %>" type="text" attributeName="Email" cssClass="form-control second-style" style="text-transform: lowercase" autocomplete="off"
spellcheck="false"
/>
<oneit:recalcClass htmlTag="div" classScript="job.isEmailFound() ? 'show': 'hide'" job="<%= job %>" class="right-mark">
<span id="right-mark"><img src="images/right-mark.svg"/></span>
</oneit:recalcClass>
...
...
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