Files
doclink_web/project-specs/CHANGE_PASSWORD_FLOW.md
2026-04-13 15:00:29 +07:00

530 B

Change Password Flow

Flow untuk mengganti password akun dokter.

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.