update_password()

public function update_password(): void

Description

Displays the password update form for a user record. Requires a valid update ID in URL segment 3. The form submits to submit_update_password().

If the record belongs to the currently logged‑in user, the headline reads "Update Your Password". Otherwise it reads "Update Password".

Parameters

This method accepts no parameters (uses URL segment 3 for the record ID).

Return Value

TypeDescription
voidOutput rendered via the admin template.

Example Usage