X-Git-Url: http://aymargeddon.de/gitweb/?p=aymargeddon%2Fcurrent.git;a=blobdiff_plain;f=src%2FFROGS%2FDataBase.pm;h=34e415cf8fdee6cdf9814f77e4293bca7e128fe2;hp=be7973995cdd5d012e14c44f373bc27030cb9de9;hb=f67c6dd32094e525b54a599e96416fa1d701296a;hpb=1bcd0f8ac5bec1ea7f5dddaec3f2a73b51c23bd7 diff --git a/src/FROGS/DataBase.pm b/src/FROGS/DataBase.pm index be79739..34e415c 100644 --- a/src/FROGS/DataBase.pm +++ b/src/FROGS/DataBase.pm @@ -1,23 +1,24 @@ ########################################################################## # -# Copyright (c) 2003 Aymargeddon Development Team +# Copyright (c) 2003-2012 Aymargeddon Development Team # -# This file is part of -# "FROGS" = Framework for Realtime Online Games of Strategy -# -# FROGS is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your option) -# any later version. -# -# FROGS is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., 675 -# Mass Ave, Cambridge, MA 02139, USA. +# This file is part of "Last days of Aymargeddon" - a massive multi player +# onine game of strategy +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # +# See the GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# ########################################################################### # @@ -379,7 +380,7 @@ sub new_account{ # generate new password my $pwd = ''; my $allowed = '2345679ACDEFGHIJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'; - # we dont want uppercase-only passwords + # we dont want uppercase-only passwords, which would lead to LOCALIZE-Problems while($pwd =~ /^[A-Z]*$/){ $pwd = ''; for my $i (0..7){