no message
This commit is contained in:
parent
542295af81
commit
7d69cfb2d3
2 changed files with 0 additions and 2 deletions
|
|
@ -445,7 +445,6 @@ sub getSetting {
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
sub init {
|
sub init {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
WebGUI::ErrorHandler::warn("In init");
|
|
||||||
return $self->displayLogin;
|
return $self->displayLogin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,6 @@ sub addUserFormSave {
|
||||||
if($session{setting}{webguiExpirePasswordOnCreation}){
|
if($session{setting}{webguiExpirePasswordOnCreation}){
|
||||||
$properties->{passwordLastUpdated} = time() - $properties->{passwordTimeout};
|
$properties->{passwordLastUpdated} = time() - $properties->{passwordTimeout};
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->SUPER::addUserFormSave($properties);
|
$self->SUPER::addUserFormSave($properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue