Workflows¶
Register¶
graph TD
A[Anonymous] -->B(Click on register)
B --> C(Fill mandatory information and password)
C --> D(Fill optional Information)
C --> E[create user on keycloak]
D --> E
E --> F[Validate email with keycloak]
F --> G[Redirect to home page]