SproutCMS

This is the code documentation for the SproutCMS project

function changePassword()

Sets the password for a operator, or the current operator if a operator-id is not specified.

Usage

unknown AdminAuth::changePassword ( string $new_password [, int $operator_id ] );

Arguments

  1. string $new_password
    The new password.
  2. int $operator_id = NULL
    The operator to update. If not specified, the currently logged in operator is used.