Skip to content

Conversation

@matijapetanjek
Copy link
Collaborator

@matijapetanjek matijapetanjek commented Oct 22, 2025

Description

Added /send-activation-emailendpoint that should handle resending of activation emails action in the frontend.
Previously, the frontend relied on /register method to resend an activation email, which would result in sending an activation email, but also would re-trigger the whole registration process.

Fixes

Now "resend activation email" action simply sends a new activation email or displays Account error screen if there was an error in the backend.

Type of change

Non-default properties to test the solution

bytechef:
  tenant:
    mode: multi
  sign-up:
    enabled: true
    activation-required: true

@ivicac ivicac moved this from V 0.1 to 👀 In review in Platform - Roadmap Oct 26, 2025
…ly we were using the /register endpoint just to resend activation email which wasn't the best option
…'t trigger the whole registration process again
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed for 'client'

Failed conditions
18.5% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@sonarqubecloud
Copy link

@ivicac ivicac merged commit 3a3babc into master Oct 30, 2025
7 of 8 checks passed
@ivicac ivicac deleted the 2194 branch October 30, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 👀 In review

Development

Successfully merging this pull request may close these issues.

[task]: Add temporary token or encrypt password upon user registration, for activation link "resend" purposes

4 participants