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
4497d0ae
Commit
4497d0ae
authored
Dec 23, 2020
by
frankiejol
Committed by
Francesc Guasch
Dec 31, 2020
Browse files
wip(frontend): force logout on quick start page
issue #1465
parent
462c57fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/rvd_front
View file @
4497d0ae
...
...
@@ -1680,6 +1680,8 @@ sub quick_start {
$c->session('login' => $login);
} else {
push @error,("Access denied");
logout($c);
return login($c);
}
}
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