diff --git a/src/manage.php b/src/manage.php index 54593976..29451121 100644 --- a/src/manage.php +++ b/src/manage.php @@ -220,6 +220,16 @@ function manage_perms_list(array $rawPerms): array $rawPerms['user_perms_deny'] ), ], + [ + 'section' => 'edit-about', + 'title' => 'Can change own about section.', + 'perm' => MSZ_PERM_USER_EDIT_ABOUT, + 'value' => manage_perms_value( + MSZ_PERM_USER_EDIT_ABOUT, + $rawPerms['user_perms_allow'], + $rawPerms['user_perms_deny'] + ), + ], [ 'section' => 'manage-users', 'title' => 'Can manage other users.',