diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-07 14:40:08 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2011-01-08 04:45:07 -0500 |
commit | 340d0d685c392b3631fd80eba0d7351e5e945323 (patch) | |
tree | 7d1fdf61339f622845ae7219504603c2ef548e5c /install/static | |
parent | f717d7d2e7bf5e89bab0708e31a762a32a192707 (diff) | |
download | freeipa-340d0d685c392b3631fd80eba0d7351e5e945323.tar.gz freeipa-340d0d685c392b3631fd80eba0d7351e5e945323.tar.xz freeipa-340d0d685c392b3631fd80eba0d7351e5e945323.zip |
remove permissions checkbox
self service defaults to write permission, the only acceptable one.
By removing the checkbox, we stop sending invalid permissions
Diffstat (limited to 'install/static')
-rw-r--r-- | install/static/aci.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/static/aci.js b/install/static/aci.js index 43fa8f0f2..2d70d6ccb 100644 --- a/install/static/aci.js +++ b/install/static/aci.js @@ -793,7 +793,6 @@ IPA.add_entity( function() { that.add_section( ipa_stanza({name:'general', label:'General'}). input({name:'aciname'}). - custom_input(IPA.rights_widget({name:'permissions'})). custom_input(IPA.attribute_table_widget({ object_type:'user', name:'attrs' @@ -817,7 +816,6 @@ IPA.add_entity( function() { }); that.add_dialog(dialog); dialog.add_field(ipa_text_widget({ name: 'aciname', undo: false})); - dialog.add_field(IPA.rights_widget({name:'permissions'})); dialog.add_field(IPA.attribute_table_widget({ object_type:'user', name:'attrs' |