added encryptLogin setting
This commit is contained in:
parent
48077c192e
commit
2186a8d6d5
3 changed files with 9 additions and 1 deletions
|
|
@ -272,6 +272,9 @@ sub www_displayLogin {
|
|||
} else {
|
||||
$output .= '<h1>'.WebGUI::International::get(66).'</h1>';
|
||||
$f = WebGUI::HTMLForm->new;
|
||||
if ($session{setting}{encryptLogin}) {
|
||||
$f->{_header} =~ s/http:/https:/;
|
||||
}
|
||||
$f->hidden("op","login");
|
||||
$f->text("username",WebGUI::International::get(50));
|
||||
$f->password("identifier",WebGUI::International::get(51));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue