Allow organization users to use their organization name as their display name. This change will eliminate the requirement for a separate "display name" for organization users upon registration.
Issue Details
Display Name Requirement: Currently, organization users are required to provide a display name distinct from their organization name.
Expected Behavior
For organization users, the organization name should serve as their default display name, removing the need for an additional input for display name.
Additional Context
Allowing organization users to use their organization name as their display name simplifies the registration and user management process, aligning it with typical organizational practices.
Acceptance Criteria
Organization users should not be required to provide a separate display name.
The organization name should be automatically used as the default display name for organization users.
Organization users should not be able to modify the display name in any account settings page.
Implementation Guidelines
Review the registration and user management code to accommodate this change.
Implement logic that sets the organization name as the default display name for organization users.
Description
Allow organization users to use their organization name as their display name. This change will eliminate the requirement for a separate "display name" for organization users upon registration.
Issue Details
Expected Behavior
For organization users, the organization name should serve as their default display name, removing the need for an additional input for display name.
Additional Context
Allowing organization users to use their organization name as their display name simplifies the registration and user management process, aligning it with typical organizational practices.
Acceptance Criteria
Implementation Guidelines