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:
Arturo Gonzalez 2016-03-29 16:40:55 +02:00
parent f59665fe4b
commit a03815d611
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}