Function change_user_password

Source
pub async fn change_user_password(
    pool: Data<PgPool>,
    payload: Json<ChangePasswordData>,
    user: AuthUser,
) -> ControllerResult<Json<bool>>