mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Revert "Revert "Some changes in saml login system.""
This reverts commit a03815d61151b16ccf7def4c49041665b493dba0.
This commit is contained in:
parent
22edaf6f08
commit
e8b6c8e50a
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user