I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-08 13:33:28-08 by szabgab in response to 59
Re: How to change one's email address
You are right, this feature is still missing.
Patches are welcome...

Let me try to think it over:
logged in user asks for e-mail change
I save the new address in the session and send a message with an authorization code to the new address
When the user types in the authorization code in a form - in the same session - I can replace the e-mail address with the new one and remove the one from the session.

This way I can make sure tyops don't make problems and I don't need a temporary field in the database.

Direct Responses: Write a response