aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_jabber.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-12-30 02:25:58 +0000
committerChris Smith <toonarmy@phpbb.com>2009-12-30 02:25:58 +0000
commit5c3788b9c0ad6b97a591d8c43084e43cf397bff4 (patch)
treee9c37ce14ee8271e21a76650cea4968b7ad7d6e5 /phpBB/adm/style/acp_jabber.html
parentac94d2dea30a6cfd33e2d92168026f6bcd74047a (diff)
downloadforums-5c3788b9c0ad6b97a591d8c43084e43cf397bff4.tar
forums-5c3788b9c0ad6b97a591d8c43084e43cf397bff4.tar.gz
forums-5c3788b9c0ad6b97a591d8c43084e43cf397bff4.tar.bz2
forums-5c3788b9c0ad6b97a591d8c43084e43cf397bff4.tar.xz
forums-5c3788b9c0ad6b97a591d8c43084e43cf397bff4.zip
Add warnings about plaintext passwords
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10390 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_jabber.html')
-rw-r--r--phpBB/adm/style/acp_jabber.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_jabber.html b/phpBB/adm/style/acp_jabber.html
index 2cc715493a..0c4512ba98 100644
--- a/phpBB/adm/style/acp_jabber.html
+++ b/phpBB/adm/style/acp_jabber.html
@@ -38,7 +38,7 @@
<dd><input type="text" id="jab_username" name="jab_username" value="{JAB_USERNAME}" /></dd>
</dl>
<dl>
- <dt><label for="jab_password">{L_JAB_PASSWORD}:</label></dt>
+ <dt><label for="jab_password">{L_JAB_PASSWORD}:</label><br /><span>{L_JAB_PASSWORD_EXPLAIN}</span></dt>
<dd><input type="password" id="jab_password" name="jab_password" value="{JAB_PASSWORD}" /></dd>
</dl>
<!-- IF S_CAN_USE_SSL -->