Skip to content

Commit

Permalink
Merge pull request #214 from ottemo/awk_password-field-bug2
Browse files Browse the repository at this point in the history
change to text field
  • Loading branch information
Ian Wendt committed Dec 29, 2015
2 parents 7e06243 + 747ca19 commit 64b8ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/themes/views/design/gui/editor/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span ng-show="attribute.IsRequired">*</span>
</label>

<input type="password"
<input type="text"
id="inp_{{attribute.Attribute}}"
class="form-control"
name="password"
Expand Down

0 comments on commit 64b8ebc

Please sign in to comment.