summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-08 22:50:55 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-08 22:50:55 +0000
commit08aa23227e45053117d273e517d7f386edc117ff (patch)
tree49dbd259c7f3551ef8ab8c12cd665759d605c87f /CHANGELOG.txt
parent1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9 (diff)
downloadbrdo-08aa23227e45053117d273e517d7f386edc117ff.tar.gz
brdo-08aa23227e45053117d273e517d7f386edc117ff.tar.bz2
- Patch #228594 by catch et al: removed access rule functionality from core.
The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 194c08682..542e04b1d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -15,6 +15,11 @@ Drupal 7.0, xxxx-xx-xx (development version)
- Removed ping module:
* This module has been removed from the core download. Contributed
alternatives are available.
+- Removed access rules:
+ * The access rules capability of user module has been stripped down to a
+ simple method for blocking IP addresses. E-mail and username restrictions
+ are now available in a contributed module. IP address range blocking is
+ no longer supported and should be done at the server level.
Drupal 6.0, 2008-02-13
----------------------