Merge pull request #243 from taigaio/issue/1734/change_pasword_github_users

Issue #1734: currentPassword is not needed for github users
stable
Jesús Espino 2015-01-14 08:21:30 +01:00
commit ecb52e8cc3
1 changed files with 1 additions and 1 deletions

View File

@ -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")