In V8 there is a way to hide the Un-Link button by commenting a simple html snippet from the \Umbraco\Views\common\overlays\user\user.html file,I think this will also works in V7.
In the above code snippet umbraco checks if there is any login.linkedProviderKey ? if yes then show's the above snippet.You just comment the above code.
Disable unlink button for AD login User profile in Umbraco Back-End
Hi we have implemented AD login for Umbraco 7 and we were wondering if it was possible to hide or disable the unlink account button from end users?
We were contemplating adding a super simple package to get some javascript to do it but were wondering if there was a better way?
Hi Tom,
In V8 there is a way to hide the Un-Link button by commenting a simple html snippet from the \Umbraco\Views\common\overlays\user\user.html file,I think this will also works in V7.
In the above code snippet umbraco checks if there is any login.linkedProviderKey ? if yes then show's the above snippet.You just comment the above code.
Dhanesh
is working on a reply...