Revert "Some changes in saml login system."
This reverts commit 502988c812
.
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) {
|
||||
var auth_method = $(this).val();
|
||||
|
||||
if (auth_method !== 'mysql') {
|
||||
if ((auth_method !== 'mysql') && (auth_method !== 'saml')) {
|
||||
$('tr.remote').show();
|
||||
show_autocreate_options(null);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue