Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jens
ISPConfig 3
Commits
4eb596df
Unverified
Commit
4eb596df
authored
Aug 26, 2022
by
Jens
Committed by
Helmo
Aug 26, 2022
Browse files
Fix mailuser login, closes
#6380
parent
51f507e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/login/index.php
View file @
4eb596df
...
...
@@ -140,7 +140,7 @@ function process_login_request(app $app, &$error, $conf, $module)
}
else
{
//* Do 2FA authentication
if
(
$user
[
'otp_type'
]
!=
'none'
)
{
if
(
isset
(
$user
[
'otp_type'
])
&&
$user
[
'otp_type'
]
!=
'none'
)
{
//* Save session in pending state and destroy original session
$_SESSION
[
's_pending'
]
=
$_SESSION
[
's'
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment