Revert "Revert "Some changes in saml login system.""

This reverts commit a03815d611.
This commit is contained in:
Arturo Gonzalez 2016-05-18 12:04:38 +02:00
parent 22edaf6f08
commit e8b6c8e50a
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') && (auth_method !== 'saml')) {
if (auth_method !== 'mysql') {
$('tr.remote').show();
show_autocreate_options(null);
}