Your Knowledge Base is moving on 3/25/24! Our new Help Center provides all the articles you know and love (plus so much more) in a one-stop shop. Ask your SPoC for details!

The User Record

 

 

  • User Name: A string of characters that uniquely identifies this person. This can be an email address. It is not case sensitive.
  • Password: An encrypted field that can be edited from within MinistryPlatform or by the user. Once added, the value cannot be recovered. When editing, note that changes are saved. The password field always shows 8 dots for security. 
  • Admin: When True, this User is able to run specific reports and tools that are not available to most users. This does not enable use of any applications using the API or provide any page/sub page rights.
  • Contact: The Contact record containing the name, contact information and other vital details about this user. Each User record should have a unique Contact record. This is the required Foreign Key linking the User record to the Contact record.
  • Supervisor: The User record of the person to whom this user reports. This may be used by workflow Processes and Process Steps to gain the supervisor's approval when this user adds records to various pages in MinistryPlatform.
  • User GUID: A string of characters that become a secondary unique identifier for this user. This is generated automatically and used by certain applications that identify this user.
  • Can Impersonate:  When True, indicates this User is allowed to impersonate Users in the Platform. This ability should be limited to highly trusted and trained staff members.
  • Time Zone: The time zone or “standard time” of the User affecting the date and time displayed. Users can change this setting by clicking their user name in the top right of the Platform.
  • Locale: The locale or “culture” of the User affecting the formatting of the date, time, and currency displayed. If blank, the system will use the Domain Locale. Users can change this setting by clicking their user name in the top right of the Platform.
  • Setup Admin: Grants access to the System Setup area where Pages, Views, etc. are managed. Users with Setup Admin set to True will have access to the Reset Auth App button in their User Profile to recycle the app pool after updating Identity Provider configurations.
  • Login Attempts: The number of attempts the User has made to unsuccessfully login. Once the Max Login Attempts value is reached (as set on the Domain record), the User will be locked out. A locked out User can be unlocked by resetting their password or a SPoC editing this value to be less than the Max Login Attempts value (typically editing the value to 0).
  • MFA Required: When True, Users will be required to use Multi-Factor Authentication.
  • Data Service Permissions: The Data Service Permissions have to do with how the OData API allows users to access data remotely through the API.  For almost all Users, you can disregard these fields (leave them as false). These permissions should only be given for custom development and/or 3rd Party Integration that uses the API.

Sub-Pages

  • Delegate of: Add the permitted Contact(s) on whose behalf the User can send Messages. These Contact(s) will appear in the From: drop down of the New Message Tool.
  • Global Filters: Add the permitted Congregation(s) for the User to see only records for that Congregation as configured in the Global Filters. If no Congregations are specified, all Congregations will be available to the User.
  • Ministries Allowed: Add the permitted Ministry(ies) for the User to see only records for that Ministry on Pages where additional setup was completed to enable this feature. If no Ministry(ies) are specified, all Ministries will be available to the User. This feature is currently only partially implemented. Once fully implemented, more details will be added.

Looking for the previous Congregations Allowed sub-page? See this KB.