Last updated
@startuml
title User Registration Process - Activity Diagram
start
:User Enters Details;
if (Are details valid?) then (Yes)
:Save to Database;
:Send Verification Email;
if (Email Verified?) then (Yes)
:Activate Account;
else (No)
:Show Error;
endif
else (No)
:Show Validation Errors;
endif
stop
@enduml