Merge pull request #843 from DimalChandrasiri/master

Fixes #1168, #1170, #1166
revert-70aa11f8
Madhawa Perera 7 years ago committed by GitHub
commit 94d7401748

@ -92,7 +92,7 @@ $(document).ready(function(){
$(errorMsg).text("Password is a required field. It cannot be empty.");
$(errorMsgWrapper).removeClass("hidden");
} else if (password.length < 6) {
$(errorMsg).text("Password is a required field. It cannot be empty.");
$(errorMsg).text("Password should contain a minimum of 6 characters.");
$(errorMsgWrapper).removeClass("hidden");
} else if (password != passwordConfirmation) {
$(errorMsg).text("Please enter the same password for confirmation.");

@ -50,7 +50,7 @@
{{/if}}
<div class="wr-input-control wr-btn-grp">
<button class="wr-btn btn-download-agent">
Login
Log in
</button>
<div id="register-link-wrapper" style="float: right; padding-top: 10px;">
<a href="{{@app.context}}/register" class="pull-right create-account">Create an account</a>

@ -67,7 +67,7 @@
</div>
<div class="clearfix">
<label class="wr-input-label">
Set a name * to your policy<br>
Set a name to your policy *<br>
( should be 1-to-30 characters long )
</label>
<div id="policy-name-field" class="form-group wr-input-control">

Loading…
Cancel
Save