[Cpan-forum-commit] rev 152 - branches/db_changes/lib/CPAN
svn at pti.co.il
svn at pti.co.il
Wed Mar 22 10:03:50 IST 2006
Author: gabor
Date: 2006-03-22 10:03:50 +0200 (Wed, 22 Mar 2006)
New Revision: 152
Modified:
branches/db_changes/lib/CPAN/Forum.pm
Log:
send out the nickname too in the password reminder
Modified: branches/db_changes/lib/CPAN/Forum.pm
===================================================================
--- branches/db_changes/lib/CPAN/Forum.pm 2006-01-21 08:01:39 UTC (rev 151)
+++ branches/db_changes/lib/CPAN/Forum.pm 2006-03-22 08:03:50 UTC (rev 152)
@@ -956,11 +956,12 @@
# TODO: put this text in a template
my $password = $user->password;
+ my $username = $user->username;
my $subject = "CPAN::Forum password reminder";
my $message = <<MSG;
-
-Your password on the CPAN::Forum is: $password
+Your nickname is $username
+Your secret key to CPAN::Forum is: $password
Use it wisely.
http://$ENV{HTTP_HOST}/
More information about the Cpan-forum-commit
mailing list