Commit be029a1b by Nilu

S12517259 # Client - Incoming Issues (raised by Client) #Interface to Google…

S12517259 # Client - Incoming Issues (raised by Client) #Interface to Google Password manager uses phone number
parent fdd5269a
...@@ -66,6 +66,11 @@ ...@@ -66,6 +66,11 @@
opacity: 0.6; opacity: 0.6;
background-color: #0582ba; background-color: #0582ba;
} }
input[name$="UserName"] {
opacity: 0;
position: absolute;
}
</style> </style>
<oneit:form name="verify" method="post"> <oneit:form name="verify" method="post">
...@@ -84,7 +89,6 @@ ...@@ -84,7 +89,6 @@
$('#myPassword').strength_meter({ $('#myPassword').strength_meter({
"inputName" : "<%= key %>" "inputName" : "<%= key %>"
}); });
}); });
function validate() { function validate() {
...@@ -120,7 +124,7 @@ ...@@ -120,7 +124,7 @@
if(!socialLogin) if(!socialLogin)
{ {
%> %>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/> <oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" />
<div class="form-group text-left" id="myPassword"> <div class="form-group text-left" id="myPassword">
<label>Password</label> <label>Password</label>
</div> </div>
......
...@@ -78,6 +78,11 @@ ...@@ -78,6 +78,11 @@
opacity: 0.6; opacity: 0.6;
background-color: #0582ba; background-color: #0582ba;
} }
input[name$="UserName"] {
opacity: 0;
position: absolute;
}
</style> </style>
<oneit:form name="signIn" method="post" enctype="multipart/form-data"> <oneit:form name="signIn" method="post" enctype="multipart/form-data">
...@@ -208,7 +213,7 @@ ...@@ -208,7 +213,7 @@
if(isVerify) if(isVerify)
{ {
%> %>
<oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName" style="opacity:0;height:0;"/> <oneit:ormInput obj="<%= secUser %>" type="text" attributeName="UserName"/>
<div class="form-group text-left" id="myPassword"> <div class="form-group text-left" id="myPassword">
<label>Password</label> <label>Password</label>
</div> </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