Hide password fields for radius/social auth users

on the users edit form, the password/confirm password field will be hidden similar to ldap. the username will not be required as well
This commit is contained in:
Jared Tabor
2016-06-29 11:13:56 -07:00
committed by John Mitchell
parent 17a27ef4a2
commit 8ab00e2d05
4 changed files with 10 additions and 4 deletions

View File

@@ -55,7 +55,10 @@
min-height: 40px;
}
.Form-title--is_superuser, .Form-title--is_system_auditor, .Form-title--is_ldap_user{
.Form-title--is_superuser,
.Form-title--is_system_auditor,
.Form-title--is_ldap_user,
.Form-title--is_external_account{
height:15px;
color: @default-interface-txt;
background-color: @default-list-header-bg;