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

Commit d24afe7

Browse files
committed
Using password type for keystore password field
1 parent 070e7df commit d24afe7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ Changelog of Pull Request Notifier for Bitbucket.
44

55
## Unreleased
66
### No issue
7+
Using password type for keystore password field
8+
9+
[2ed60daaa8fe1a2](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/2ed60daaa8fe1a2) Tomas Bjerre *2016-05-10 15:57:28*
10+
711
doc
812

9-
[55f19dc010bf728](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/55f19dc010bf728) Tomas Bjerre *2016-05-09 16:10:09*
13+
[934453f12768a51](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/934453f12768a51) Tomas Bjerre *2016-05-10 15:51:17*
14+
15+
Change proxy url/port fields to text
16+
17+
[27750702101f275](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/27750702101f275) Stefan Anzinger *2016-05-10 15:22:41*
1018

1119
## 2.18
1220
### GitHub [#109](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/109) Refactor admin pages

src/main/resources/admin.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</div>
127127
<div class="field-group">
128128
<label>Keystore password </label>
129-
<input class="text long-field" type="text" name="keyStorePassword">
129+
<input class="text long-field" type="password" name="keyStorePassword">
130130
<div class="description">Optional password to use for custom keystore.</div>
131131
</div>
132132
<div class="field-group">

0 commit comments

Comments
 (0)