Skip to content
Snippets Groups Projects
Commit 11f7c966 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #300993 by sun: added CHANGELOG.txt entries for user module.

parent 6f41d692
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -83,14 +83,17 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Refactored the HTML corrector to take advantage of PHP 5 features.
- Removed ping module:
* Contributed modules with similar functionality are available.
- Removed per-user themes:
* Contributed modules with similar functionality are available.
- Refactored the "access rules" component of user module:
* The user module now provides a simple interface for blocking single
IP addresses. The previous functionality in the user module for restricting
certain e-mail addresses and usernames is now available as a contributed module.
Further, IP address range blocking is no longer supported and should be
implemented at the operating system level.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
* Refactored the "access rules" component of user module: The user module
now provides a simple interface for blocking single IP addresses. The
previous functionality in the user module for restricting certain e-mail
addresses and usernames is now available as a contributed module. Further,
IP address range blocking is no longer supported and should be implemented
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- Removed throttle module:
* Alternative methods for improving performance are available in other core and
contributed modules.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment