diff options
| author | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-24 02:56:05 +0000 |
|---|---|---|
| committer | Gabriel Vazquez <leviatan21@phpbb.com> | 2009-06-24 02:56:05 +0000 |
| commit | 19e2dcd5db7f2a910409b82ce315265608ae8266 (patch) | |
| tree | 1dff215f74a2acc9330cbd2ed8d030ba45a7becb /phpBB/docs | |
| parent | 723d4c562811b928528d6ff5b52069df36659b8f (diff) | |
| download | forums-19e2dcd5db7f2a910409b82ce315265608ae8266.tar forums-19e2dcd5db7f2a910409b82ce315265608ae8266.tar.gz forums-19e2dcd5db7f2a910409b82ce315265608ae8266.tar.bz2 forums-19e2dcd5db7f2a910409b82ce315265608ae8266.tar.xz forums-19e2dcd5db7f2a910409b82ce315265608ae8266.zip | |
Fixed Bug #47145 - [Fix] Correctly check banned users when force password change
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9665 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f60622b75b..2ca61084bf 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -130,6 +130,7 @@ <li>[Fix] Fixed reapply_sid() to correctly strip session id in certain circumstances (Bug #43125 - Patch by leviatan21)</li> <li>[Fix] Correctly state why one language pack is marked with an asterisk in the ACP. (Bug #37565 - Patch by bantu)</li> <li>[Fix] Correctly check if install directory is still present. (Bug #46965 - Patch by rxu)</li> + <li>[Fix] Correct banned user behaviour when "force password change" is enabled (Bug #47145 - Patch by nickvergessen and leviatan21 )</li> <li>[Fix] Correctly display ACP logs options, without permission to clear logs. (Bug #24155 - Patch by leviatan21)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> |
