Concept Flow - Registration with UserCreationForm
User opens registration page
Form displayed: UserCreationForm
User fills form and submits
Server validates form data
Create user
Redirect to login
This flow shows how a user sees the registration form, submits data, and the server validates it to create a user or show errors.
