Skip to content

Commit 46ce075

Browse files
committed
update issue templates
1 parent dc673fc commit 46ce075

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DO NOT FILE AN ISSUE FOR HELP. This issue system is not for help requests and such issues will be deleted.
2+
3+
Instead, please ask for help on the [PWM-General Google Group](https://groups.google.com/group/pwm-general).

webapp/src/main/webapp/public/resources/js/configeditor-settings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,8 +1898,7 @@ FileValueHandler.draw = function(keyName) {
18981898
htmlBody += '<tr><td colspan="2" class="key" style="text-align: center">File' + '</td></tr>';
18991899
htmlBody += '<tr><td>Name</td><td class="setting_table_value">' + fileInfo['name'] + '</td></tr>';
19001900
htmlBody += '<tr><td>Size</td><td class="setting_table_value">' + fileInfo['size'] + '</td></tr>';
1901-
htmlBody += '<tr><td>MD5 checksum</td><td class="setting_table_value">' + fileInfo['md5sum'] + '</td></tr>';
1902-
htmlBody += '<tr><td>SHA1 checksum</td><td class="setting_table_value">' + fileInfo['sha1sum'] + '</td></tr>';
1901+
htmlBody += '<tr><td>SHA512 checksum</td><td class="setting_table_value">' + fileInfo['sha512sum'] + '</td></tr>';
19031902
htmlBody += '</table>'
19041903
})(fileCounter);
19051904
}

0 commit comments

Comments
 (0)