Add core flow docs

This commit is contained in:
sas.fajri
2026-04-13 15:00:29 +07:00
parent ba38ba0fc3
commit 34f3aa6e72
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Change Password Flow
Flow untuk mengganti password akun dokter.
```mermaid
flowchart LR
A["Settings"] --> B["Change Password"]
B --> C["Isi current password"]
C --> D["Isi new password"]
D --> E["Confirm password"]
E --> F["Submit form"]
F --> G["POST /auth/change_password"]
G --> H["Redirect ke Settings"]
```
## Ringkas
- Buka menu settings.
- Masuk ke form change password.
- Isi password lama, password baru, dan konfirmasi.
- Submit ke endpoint auth change password.
- Jika sukses, kembali ke settings.