From da4cfb22e6d84a4935480700194ea44c0f75d071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 13 Jan 2015 14:27:04 +0100 Subject: [PATCH] Issue #1734: currentPassword is not needed for github users --- app/partials/user-change-password.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/user-change-password.jade b/app/partials/user-change-password.jade index 988989a9..426a83e8 100644 --- a/app/partials/user-change-password.jade +++ b/app/partials/user-change-password.jade @@ -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")