mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Revert "Some changes in saml login system."
This reverts commit 502988c8122b3b1a30d3b43bc734b8e48e38d380. Conflicts: pandora_console/general/login_page.php pandora_console/index.php
This commit is contained in:
parent
f59665fe4b
commit
a03815d611
@ -253,7 +253,7 @@ echo '</form>';
|
|||||||
function show_selected_rows (event) {
|
function show_selected_rows (event) {
|
||||||
var auth_method = $(this).val();
|
var auth_method = $(this).val();
|
||||||
|
|
||||||
if (auth_method !== 'mysql') {
|
if ((auth_method !== 'mysql') && (auth_method !== 'saml')) {
|
||||||
$('tr.remote').show();
|
$('tr.remote').show();
|
||||||
show_autocreate_options(null);
|
show_autocreate_options(null);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user