Strong +1. Confirming this is still missing in the current apps (iOS + Android): account password change is web/desktop-only. This is distinct from "I forgot my password on Mobile" (completed 2019), which only covers reset on the login screen — there is still no way to change your password while logged in.
Concrete impact on self-hosted deployments: after an admin-side action that resets passwords (e.g. a bulk import that updates existing users by username and resets their password), a mobile-only user has no in-app path to set a new password and must find a desktop or open the web UI. Proposed: add Profile → Security → Change Password to mobile, reusing PUT /users/{user_id}/password, shown only for email/password accounts (hidden for SSO/SAML/OAuth-managed users).
Strong +1. Confirming this is still missing in the current apps (iOS + Android): account password change is web/desktop-only. This is distinct from "I forgot my password on Mobile" (completed 2019), which only covers reset on the login screen — there is still no way to change your password while logged in.
Concrete impact on self-hosted deployments: after an admin-side action that resets passwords (e.g. a bulk import that updates existing users by username and resets their password), a mobile-only user has no in-app path to set a new password and must find a desktop or open the web UI. Proposed: add Profile → Security → Change Password to mobile, reusing PUT /users/{user_id}/password, shown only for email/password accounts (hidden for SSO/SAML/OAuth-managed users).