summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-08 06:04:15 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-08 06:04:15 +0000
commit9e0da3dc7c39786bf6d972e07819fe2880cdeaa3 (patch)
tree5249a2a0583a554ea832cd14e187d0665e0964b0 /CHANGELOG.txt
parent29eb5a62847349897716c316c8e409e5209f8535 (diff)
downloadbrdo-9e0da3dc7c39786bf6d972e07819fe2880cdeaa3.tar.gz
brdo-9e0da3dc7c39786bf6d972e07819fe2880cdeaa3.tar.bz2
- Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 565ad9e15..e7fc41026 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -33,6 +33,7 @@ Drupal 6.0, xxxx-xx-xx (development version)
* Made it possible to configure your own date formats.
* Remember anonymous comment posters.
* Only allow modules and themes to be enabled that have explicitly been ported to the right core API version.
+ * Dynamically check password strength and confirmation.
- Theme system:
* Added .info files to themes and made it easier to specify regions and features.
* Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.