managed.json revision b596c6d5d7ea34cf77e8d236b299ea750c78adfc
{
"objects" : [
{
"name" : "user",
"onCreate" : {
"type" : "text/javascript",
"file" : "script/ui/onCreate-user-set-default-fields.js"
},
"onValidate" : {
"type" : "text/javascript",
"file" : "script/ui/onValidate-user-sensitive-fields.js"
},
"onDelete" : {
"type" : "text/javascript",
"file" : "script/ui/onDetele-user-cleanup.js"
},
"properties" : [
{
"name" : "securityAnswer",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
},
{
"name" : "password",
"encryption" : {
"key" : "openidm-sym-default"
},
"scope" : "private"
}
]
},
{
"name" : "group"
}
]
}