Merge pull request #1095 from taigaio/Allowing-empty-current-password-for-users-with-no-password
Allowing empty current password for users with no passwordstable
commit
fd6c50f7e2
|
@ -17,7 +17,6 @@ div.wrapper(
|
||||||
fieldset
|
fieldset
|
||||||
label(for="current-password", translate="CHANGE_PASSWORD.FIELD_CURRENT_PASSWORD")
|
label(for="current-password", translate="CHANGE_PASSWORD.FIELD_CURRENT_PASSWORD")
|
||||||
input(
|
input(
|
||||||
data-required="true"
|
|
||||||
type="password"
|
type="password"
|
||||||
name="password"
|
name="password"
|
||||||
id="current-password"
|
id="current-password"
|
||||||
|
|
Loading…
Reference in New Issue