Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [ArmyAirForces] Revalidate e-mail on address change

Quote Reply
Re: [ArmyAirForces] Revalidate e-mail on address change In reply to
I have added this feature to my User.pm in sub profile, added a new sub revalidate_email_change. It was not hard for me to do. All it does is check to see if they changed their email, gets the old email for check, if the email changed it will reset the forum validation to "not validated" and send an email message to "revalidate"

It would be nice to see the feature added by GF in next upgrade so I don't have to add that code agin. I will share my code with GF if requested, but since it involves a little more than just a "find and replace", I probably should not post it here.

I have also added a banned email check feature, duplicate mail check, a better image upload that actually resizes the image upon upload instead of keeping a large file and only displaying it small(uses image magick and saves them all as gifs).

I have also modified to just send the actual password as a password reminder instead of temporary password using email address as the user input, but this requires using clear text passwords in the database.

I also added a whole sub remind_password so admin can send password reminders from user admin search



----------
Michael J. Challis - CRUZN8R - PT Cruiser Club - http://www.ptcruiserclub.org

http://www.ptcruiserclub.org/forum

Last edited by:

CRUZN8R: Dec 19, 2003, 12:49 PM
Subject Author Views Date
Thread Revalidate e-mail on address change ArmyAirForces 6349 Nov 12, 2003, 7:34 PM
Thread Re: [ArmyAirForces] Revalidate e-mail on address change
CRUZN8R 6143 Dec 19, 2003, 12:46 PM
Post Re: [CRUZN8R] Revalidate e-mail on address change
ptegler 6086 Jan 4, 2004, 9:48 PM
Thread Re: [CRUZN8R] Revalidate e-mail on address change
Jagerman 6087 Jan 5, 2004, 11:36 AM
Post Re: [Jagerman] Revalidate e-mail on address change
CRUZN8R 6116 Jan 5, 2004, 3:27 PM
Post Re: [Jagerman] Revalidate e-mail on address change
pugdog 6048 Jan 13, 2004, 7:08 AM
Thread Re: [Jagerman] Revalidate e-mail on address change
modifier 5847 Jan 5, 2005, 12:58 PM
Thread Re: [modifier] Revalidate e-mail on address change
Jagerman 5832 Jan 6, 2005, 10:00 AM
Post Re: [Jagerman] Revalidate e-mail on address change
modifier 5832 Jan 6, 2005, 8:10 PM