Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
436b3631
Commit
436b3631
authored
Dec 23, 2020
by
frankiejol
Committed by
Francesc Guasch
Jan 12, 2021
Browse files
wip(frontend): force logout on quick start page
issue #1465
parent
8a89a997
Changes
1
Show whitespace changes
Inline
Side-by-side
script/rvd_front
View file @
436b3631
...
@@ -1604,6 +1604,8 @@ sub quick_start {
...
@@ -1604,6 +1604,8 @@ sub quick_start {
$c->session('login' => $login);
$c->session('login' => $login);
} else {
} else {
push @error,("Access denied");
push @error,("Access denied");
logout($c);
return login($c);
}
}
}
}
if ( $c->param('submit')
&&
_logged_in($c)
&&
defined $id_base ) {
if ( $c->param('submit')
&&
_logged_in($c)
&&
defined $id_base ) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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