I know this has ben beat to death but my host is working with me to get it going. This is what they wrote, but i dont know what to reply with. Please help.
-----------------------------------------------
Unfortunately htaccess files are limited, but we can make certain configuration changes for you.
I am creating a moduel to allow users to rate a node through their comments. Using hook_comments, I have added a new field in the comments form with radio buttons. I also know that with hook_comments I can interact with the data as it is being inserted.
I don't know what code to use to extract the value from my new form field in order to pass it to the voting function.
Issue:
- Before logging into Drupal, I request a new password using Drupal's GUI. I get the email and no "errors on-screen/SQL-errors".
- Username is showing correctly in the email, however password doesnt seem correct (can't login using it), it is always the same (showing %password even if I ask to resend).
After all this I can still login using the old password.