diff --git a/AUTHORS b/AUTHORS index c27d15cae..b7800cf9f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ LemonLDAP::NG Core team: * Xavier Guimard * Clément Oudot * François-Xavier Deltombe + * Sandro Cazzaniga * Thomas Chemineau Past and present contributors: diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index 85f416a7d..048fd3875 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '1.3.0'; +our $VERSION = '1.2.3'; use strict; diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index fddb71334..45b3c2623 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -5,7 +5,7 @@ # Alias for Lemonldap::NG::Handler::SharedConf package Lemonldap::NG::Handler; -our $VERSION = '1.3.0'; +our $VERSION = '1.2.3'; use Lemonldap::NG::Handler::SharedConf; use base qw(Lemonldap::NG::Handler::SharedConf); diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm index b92b3ec48..821205f93 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/CDA.pm @@ -9,7 +9,7 @@ use strict; use Lemonldap::NG::Handler::SharedConf qw(:all); -our $VERSION = '1.0.0'; +our $VERSION = '1.2.2'; use base qw(Lemonldap::NG::Handler::SharedConf); diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index 24e4858dd..ff537ec52 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits use Lemonldap::NG::Common::Conf; #link protected conf Configuration use Lemonldap::NG::Common::Conf::Constants; #inherits -our $VERSION = '1.3.0'; +our $VERSION = '1.2.3'; our @ISA = qw( Lemonldap::NG::Handler::CGI Lemonldap::NG::Manager::Downloader diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm index 1d2cdbf9b..084179a7e 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/PasswordDBDemo.pm @@ -8,7 +8,7 @@ package Lemonldap::NG::Portal::PasswordDBDemo; use strict; use Lemonldap::NG::Portal::Simple; -our $VERSION = '1.2.0'; +our $VERSION = '1.2.2'; ## @apmethod int passwordDBInit() # Check the use of AuthDemo @@ -40,7 +40,7 @@ sub modifyPassword { if ( $self->{portalRequireOldPassword} ) { unless ( $self->{oldpassword} ) { $self->lmLog( "Portal require old password", 'error' ); - return PE_PP_MUST_SUPPLY_OLD_PASSSWORD; + return PE_PP_MUST_SUPPLY_OLD_PASSWORD; } } diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm index a8303122b..60b81afa0 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/_SMTP.pm @@ -11,7 +11,7 @@ use MIME::Lite; use MIME::Base64; use Encode; -our $VERSION = '1.1.0'; +our $VERSION = '1.2.2'; ## @method string gen_password(string regexp) # Generate a complex password based on a regular expression