Revert "Revert "Some changes in saml login system.""
This reverts commit a03815d611
.
This commit is contained in:
parent
22edaf6f08
commit
e8b6c8e50a
|
@ -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') && (auth_method !== 'saml')) {
|
if (auth_method !== 'mysql') {
|
||||||
$('tr.remote').show();
|
$('tr.remote').show();
|
||||||
show_autocreate_options(null);
|
show_autocreate_options(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue