Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3028c9d

Browse files
author
vikasrohit
committed
SUP-2975, Edit Profile || Placeholder for new password field is missing
-- changed the placeholder text to: "Create new password" -- Fixed >>3. The password tip is different from the one shown during registration. See screenshot above. Can you please use the same component as we use during registration? <<
1 parent c7b1221 commit 3028c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/settings/account-info/account-info.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
.form-label New Password
2727

2828
.validation-bar
29-
toggle-password-with-tips.topcoder-input.password(placeholder="Pick a new password")
29+
toggle-password-with-tips.topcoder-input.password(placeholder="Create new password")
3030

3131
.tips.password-tips(ng-show="vm.passwordFocus")
3232
.arrow
3333

34-
h3 Password Tips:
34+
//- h3 Password Tips:
3535
36-
p Your password must have:
36+
H3 Your password must have:
3737

3838
p(ng-class="{ 'has-length-between-range': (vm.newPasswordForm.password.$dirty && !vm.newPasswordForm.password.$error.minlength && !vm.newPasswordForm.password.$error.maxlength && !vm.newPasswordForm.password.$error.required) }") At least 8 characters
3939

0 commit comments

Comments
 (0)