Skip to content

feat(user-mgmt): register new users with specific roles #130

Description

@gery25

📝 Description (User Story)

As a Technical Director,
I want to register new users by assigning them a specific role
so that I can delegate responsibilities in a controlled manner and ensure each collaborator has access only to the functions required for their job.

🔗 Parent Epic

Part of: #129

✅ Acceptance Criteria (Fit Criteria)

  • A new user is created with a specific role.
  • The system must confirm that credentials have been sent by email.
  • The new user must be able to access only the permitted tools.

🛠️ Technical Checkpoints

  • Implement the registration form in the User Management panel.
  • Create backend logic for user creation and role assignment.
  • Integrate with an email service to send welcome credentials.
  • Implement role-based access control (RBAC) for the created user.

Metadata

Metadata

Assignees

Labels

priority: lowMinor improvements, "nice-to-have" features, or non-urgent technical debt.scope: backendAPI development, business logic, server-side services, and integrations.scope: frontendUI components, styling (CSS/SCSS), client-side logic, and state management.type: featureNew functionality or requirement implementation.

Fields

No fields configured for Feature.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions