Hi,
it depends on what level you want to achieve this.
If you want it not to be possible using the normal ways that admins have create a clone of the "Deprovision Form", enable the clone in "Forms and Process Mappings" and then change the clone to not display "Lighthouse" as a deletion option but alway uncheck it internally in the form. Of course an admin with the right capabilities can still delete the LH user from the debug pages - but i tend to lock those down by changing the jsps to ask for a custom capability anyway, imho the ootb security for the debug pages is to low.
Regards,
Patrick
Hi Patrick,
Thank you for the hint, now i did a
<Property name='Exclude'>
<list>
<new class='com.waveset.object.AttributeCondition'>
<s>resource</s>
<s>equals</s>
<s>Lighthouse</s>
</new>
</list>
</Property>
which hides the checkbox.