So you want to have a single generic account with no profile edit? That should be doable using CB Auto Actions and just redirecting away from profile edit. The below should work.
Global
Triggers: onBeforeUserProfileEditDisplay
Type: Redirect
User: Automatic
Access: Non-Moderators
Action
URL: index.php?option=com_comprofiler
Message:
Code:
Sorry, editing of this account has been disabled.
There isn't really an official means of flat out turning off profile edit, but this should prevent them from reaching profile edit at least.