Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(login): fix login with custom uri
  • Loading branch information
kduret committed Nov 2, 2021
commit a57d3aab92b73fc29d27f3861a482dc9b9f64e6d
2 changes: 1 addition & 1 deletion www/include/core/login/template/login.ihtml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
jQuery('form[name="login"]').submit(() => {
jQuery('input[type="submit"]').prop('disabled', true)
jQuery.ajax({
url: '/centreon/authentication/providers/configurations/local',
url: './authentication/providers/configurations/local',
data: JSON.stringify({
login: jQuery('input[name="useralias"]').val(),
password: jQuery('input[name="password"]').val()
Expand Down