I'm using CAS to authenticate Share and that's working reasonably nicely - so far so good.
What I want to do now is disable (or redirect) the change password link
It looks like the best way to do that is to set user.capabilities.isMutable to false but I can't see how to do that - does anybody know?
I also need to redirect the logout link (otherwise you just get logged straight back in again) - obviously it's possible to override the logoutController but it feels like there should be a better way