Loginbox didn't support encrypt login
This commit is contained in:
parent
46ea7b60c0
commit
9751ed0410
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ sub process {
|
|||
name=>"op",
|
||||
value=>"login"
|
||||
});
|
||||
if ($session{setting}{encryptLogin}) {
|
||||
$var{'form.header'} =~ s/http:/https:/;
|
||||
}
|
||||
$var{'username.label'} = WebGUI::International::get(50);
|
||||
$var{'username.form'} = WebGUI::Form::text({
|
||||
name=>"username",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue