Removing fields from account settings page

Hello everyone!

What is the best way to remove fields, such as “Gender” and “Spoken language” from the Account Settings page? I am new to Open edX, and would appreciate any help.

Also, can this be achieved through a tutor plugin?

Hi @fabiasto and welcome to the community!

The best way to go about this would be to have these fields be part of a plugin slot, so that they could be hidden. Adding slots around them and using a HIDE plugin should be decently straightforward.

Unfortunately I don’t see that as a current plugin slot: frontend-app-account/src/plugin-slots at master · openedx/frontend-app-account · GitHub

As an open-source project we’d welcome PRs to add more plugin slots!