The change password page is a simple form for changing a user's password, with two levels of confirmation: the user must provide his/her current password and the new password must be entered twice to avoid typos.

This is a modal form and therefore should not be embedded in another active page such as a CRUD page.