GUAC-1407: Ensure that permissions referring to the cloned user correctly carry over.

This commit is contained in:
James Muehlner
2015-12-28 23:01:33 -08:00
parent 5a4c6db6d1
commit 18751c0e03
3 changed files with 45 additions and 7 deletions

View File

@@ -78,8 +78,8 @@ THE SOFTWARE.
</tr>
<tr>
<th>{{'MANAGE_USER.FIELD_HEADER_CHANGE_OWN_PASSWORD' | translate}}</th>
<td><input type="checkbox" ng-model="permissionFlags.userPermissions.UPDATE[user.username]"
ng-change="userPermissionChanged('UPDATE', user.username)"/></td>
<td><input type="checkbox" ng-model="permissionFlags.userPermissions.UPDATE[selfUsername]"
ng-change="userPermissionChanged('UPDATE', selfUsername)"/></td>
</tr>
</table>
</div>