ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.107 by root, Thu Apr 29 07:52:02 2010 UTC vs.
Revision 1.109 by root, Tue May 4 21:45:42 2010 UTC

440 cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY); 440 cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY);
441 } 441 }
442 }; 442 };
443 } else { 443 } else {
444 my $change = delete $pl->{password_change}; 444 my $change = delete $pl->{password_change};
445 cf::debug "CHECK: @$change | $pl->{password_change} <<<<<\n";
446 445
447 if ($change && (time - $change->[0]) < 60) { 446 if ($change && (time - $change->[0]) < 60) {
448 $pl->message ( 447 $pl->message (
449 "Ok, changed your password!", 448 "Ok, changed your password!",
450 cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY); 449 cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY);
537 unless safe_spot $pl; 536 unless safe_spot $pl;
538 } 537 }
539 }, 538 },
540); 539);
541 540
542

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines