diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-02-07 00:20:46 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-02-07 00:20:46 +0000 |
commit | c0836e8835f0b3105baecdc710cd101920d8339b (patch) | |
tree | 818f740971bb7150459dbcc3dd3b8a0407d66354 /phpBB/docs/CHANGELOG.html | |
parent | aec50a43281ecb65698f373329e6af6e91570a53 (diff) | |
download | forums-c0836e8835f0b3105baecdc710cd101920d8339b.tar forums-c0836e8835f0b3105baecdc710cd101920d8339b.tar.gz forums-c0836e8835f0b3105baecdc710cd101920d8339b.tar.bz2 forums-c0836e8835f0b3105baecdc710cd101920d8339b.tar.xz forums-c0836e8835f0b3105baecdc710cd101920d8339b.zip |
Bug #13181 - Honor minimum and maximum password length in generated passwords as much as we can.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10479 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-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 8bd8934eb0..dd4ffbb4d1 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -93,6 +93,7 @@ <ul> <li>[Fix] Correctly sort database backup file list by date on database restore page. (Bug #57385)</li> <li>[Fix] Take admin's time zone settings into account when listing database backup files. (Bug #57385)</li> + <li>[Fix] Honor minimum and maximum password length in generated passwords as much as we can. (Bug #13181)</li> </ul> <a name="v306"></a><h3>1.ii. Changes since 3.0.6</h3> |