Clarify what profile means

This commit is contained in:
Girish Ramakrishnan
2020-07-09 21:56:01 -07:00
parent a725fc7a0b
commit b86dff8601

View File

@@ -530,7 +530,7 @@
<fieldset>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="directoryConfig.editableUserProfiles">&nbsp;&nbsp;Allow users to edit their profile <sup><a ng-href="{{ config.webServerOrigin }}/documentation/user-management/#lock-profile" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
<input type="checkbox" ng-model="directoryConfig.editableUserProfiles">&nbsp;&nbsp;Allow users to edit their name, email &amp; picture <sup><a ng-href="{{ config.webServerOrigin }}/documentation/user-management/#lock-profile" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
</label>
</div>
</fieldset>