Add latest posts to other pages

This commit is contained in:
Oliver Davies 2016-12-29 16:32:52 +00:00
parent 3980cfcad3
commit 21fd100515
101 changed files with 101 additions and 12 deletions

View file

@ -6,6 +6,7 @@ tags:
- drupal-6
- modules
- patches
use: [posts]
---
{% block excerpt %}
Earlier this year, I posted a solution to [an issue](http://drupal.org/node/753898) on the Drupal.org issue queue. Originally, I just posted the code back onto the issue, but have now created a patch that can easily be applied to any Drupal 6 installation. Here is a run-through of the process of creating and applying a patch. In this case, I made changes to the `user_pass_validate()` function that's found within `modules/user/user.pages.inc`.