Skip to content
  • Vincent Petry's avatar
    Use preDelete hook to delete encryption keys (#26938) · c013bcbb
    Vincent Petry authored
    Because we sometimes need to mount the user's home before deleting
    encryption keys, this must happen in a preDelete hook because the
    postDelete is too late. In postDelete the user's home already doesn't
    exist any more and cannot be mounted.
    c013bcbb