cms_admin_user

   Purpose

This admin-only plugin outputs information about the specified admin user id.

   Parameters

  • uid - required - An integer user id representing a valid admin account.
  • mode - (optional) - The operating mode. Possible values are:
    • username default - output the username for the specified uid.
    • email - output the email address for the specified uid.
    • firstname - output the first name for the specified uid.
    • lastname - output the surname name for the specified uid.
    • fullname - output the full name for the specified uid.
  • assign - (optional) - Assign the output to the named smarty variable.

   Example

{cms_admin_user uid=1 mode=email}