Merge pull request #243 from taigaio/issue/1734/change_pasword_github_users
Issue #1734: currentPassword is not needed for github usersstable
commit
ecb52e8cc3
|
@ -17,7 +17,7 @@ block content
|
|||
form
|
||||
fieldset
|
||||
label(for="current-password") Current Password
|
||||
input(type="password", placeholder="Password", id="current-password", ng-model="currentPassword")
|
||||
input(type="password", placeholder="Your current password (or empty if you have no password yet)", id="current-password", ng-model="currentPassword")
|
||||
fieldset
|
||||
label(for="new-password") New Password
|
||||
input(type="password", placeholder="New Password", id="new-password", ng-model="newPassword1")
|
||||
|
|
Loading…
Reference in New Issue