User Blueprint¶
Overview¶
The user blueprint handles all user-related functionality including profile management. It is registered under the /your-account URL prefix.
Routes¶
URL |
Method |
Description |
|---|---|---|
|
Render the dashboard using Empty form |
|
|
Render the profile page using Empty form |
|
|
GET, POST |
Allows the user to edit their profile details |
Forms¶
EditForm— user_name, email, current_password, new_password, repeat_new_password, submitEmptyForm— submit
Templates¶
user/dashboard.htmluser/edit-profile.htmluser/user.html