Hi,
I am trying to develop a module for Drupal 4.7 to have a custom reset password node. This is how it would work :
When the user has logged on to the account, to change the password he would have to goto a node where i have 3 fields: old password, new password and new password confirm. the old password is compared to the current password stored in a filemaker database. if it matches, the current password is replaced by the new password (from the form).
Now, when i added this module to my modules directory, the admin page (the one that lists the modules) fails to show up on the site. if i remove the module, it comes back up ... i was wondering if someone could help me with finding and rectifying the bug.
I am attaching the code...
----------------------------------------------------------------------------------------------------------------------------------
<?php
/**
* Password Reset Module
* User enters current password and the new password.
* The new password needs to be validated (typed in twice)
* The current password field is matched with the password in the database
* If they match, the existing password will be replaced by the new password.
*/
/**
* Implementation of hook_help().
*
* Throughout Drupal, hook_help() is used to display help text at the top of