Help > Forum > Users > Preventing users from making their full name private Preventing users from making their full name privateYou can prevent users from making their full name private by removing the Private checkbox next to the Full Name profile field. Please follow these instructions to do so:
<style> #registerEditProfile input#name_private, #registerEditProfile label[for="name_private"], .wt-user-registration #inputname + .col-xs-offset-0, .wt-edit-profile #inputname + .col-xs-offset-0 { display: none !important; } </style>
|