Remove post redirects

This commit is contained in:
Oliver Davies 2017-09-11 21:24:34 +01:00
parent 1609649ce0
commit f38bb26489
90 changed files with 43 additions and 184 deletions

View file

@ -7,8 +7,6 @@ tags:
- modules
- patches
use: [posts]
redirect:
- blog/create-and-apply-patches/
---
{% 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`.