Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Using password type for keystore password field
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 10, 2016
1 parent 070e7df commit d24afe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### No issue
Using password type for keystore password field

[2ed60daaa8fe1a2](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/2ed60daaa8fe1a2) Tomas Bjerre *2016-05-10 15:57:28*

doc

[55f19dc010bf728](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/55f19dc010bf728) Tomas Bjerre *2016-05-09 16:10:09*
[934453f12768a51](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/934453f12768a51) Tomas Bjerre *2016-05-10 15:51:17*

Change proxy url/port fields to text

[27750702101f275](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/27750702101f275) Stefan Anzinger *2016-05-10 15:22:41*

## 2.18
### GitHub [#109](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/109) Refactor admin pages
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/admin.vm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</div>
<div class="field-group">
<label>Keystore password </label>
<input class="text long-field" type="text" name="keyStorePassword">
<input class="text long-field" type="password" name="keyStorePassword">
<div class="description">Optional password to use for custom keystore.</div>
</div>
<div class="field-group">
Expand Down

0 comments on commit d24afe7

Please sign in to comment.