[ On CivicSpace 0.8.3 running CiviCRM 1.4x | Other relevant mods: user status ]
Password reminders are working if you put the email address into the
interface, but not if you use the username. Eg. in the log files, if
you put the email you get:
Type user
Date Thursday, August 31, 2006 - 12:45pm
User Guest User
Location /?q=toboggan/password
Message Password mailed to Test Test Test at casethejoint+test@gmail.com.
Severity notice
Hostname xx.xx.xx.xx
But if you put in the username, you get:
Type user
Date Thursday, August 31, 2006 - 12:46pm
User Guest User
Location /?q=toboggan/password
Message Password mailed to at .
Severity notice
Hostname xx.xx.xx.xx
After looking at the code, we cannot see an easy error in the db that fixes this. Could it be that there is an error where the drupal function that resends the validation does not pass the user id properly to the function logintoboggan_resend_validation in this particular case where only the username is put on the interface?
Any thoughts appreciated.
Comments
Comment #1
hunmonk commentedare you referring to password reminder emails, or the re-send validation email? it's not clear to me from your post.
Comment #2
C-Watootsi commentedSorry => Password reminder, not the re-send of the validation email.
Comment #3
hunmonk commentedi am unable to replicate this problem on a stock drupal 4.6 install with the latest 4.6 version of logintoboggan--both email and username work fine for password reminders. i don't provide support for CiviCRM, only for drupal core. you may want to take this question to the forums, or hope the new module maintainer is willing to support CiviCRM... :)
Comment #4
hunmonk commented