<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vertica Documentation – Users in Management Console</title>
    <link>/en/mc/users-roles-and-privileges/users-mc/</link>
    <description>Recent content in Users in Management Console on Vertica Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/users-roles-and-privileges/users-mc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: Creating an MC user</title>
      <link>/en/mc/users-roles-and-privileges/users-mc/creating-an-mc-user/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/users-roles-and-privileges/users-mc/creating-an-mc-user/</guid>
      <description>
        
        
        &lt;p&gt;MC provides two authentication schemes for MC users: LDAP or MC (internal). The method you choose when you configure MC is the method MC uses to authenticate &lt;em&gt;all&lt;/em&gt; MC users. It is not possible to authenticate some MC users against LDAP and other MC users against credentials in the database through MC.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MC (internal) authentication.&lt;/strong&gt; Internal user authorization is specific to MC itself. You create a user with a username and password combination. This method stores MC user information in an internal database on the MC application/web server, and encrypts passwords. Note that these MC users are not system (Linux) users; they are entries in the MC’s internal database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;LDAP authentication.&lt;/strong&gt; All MC users—except for the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/mc-super-superuser-admin/&#34; title=&#34;Called Super on the MC interface, the MC super is the Linux user account that gets created when you configure MC.&#34;&gt;MC super&lt;/a&gt; administrator, which is a Linux account—are authenticated based on search criteria against your organization&#39;s LDAP repository. MC uses information from LDAP for authentication purposes only and does not modify LDAP information. Also, MC does not store LDAP passwords but passes them to the LDAP server for authentication.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Instructions for creating new MC users are in this topic.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If you chose MC authentication, follow the instructions under &lt;strong&gt;Create a New User Authenticated by MC&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you chose LDAP authentication, follow the instructions under &lt;strong&gt;Create a New User from LDAP&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&#34;../../../../en/mc/configuring-mc/&#34;&gt;Configuring Management Console&lt;/a&gt;, &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/&#34;&gt;Users in Management Console&lt;/a&gt; and &lt;a href=&#34;../../../../en/security-and-authentication/client-authentication/ldap-authentication/&#34;&gt;LDAP authentication&lt;/a&gt;for more information.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you create an MC user, ensure that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;You have created a database directly on the server or through the MC interface, or you imported an existing database cluster into the MC interface. See &lt;a href=&#34;../../../../en/mc/db-management/managing-db-clusters/&#34;&gt;Managing database clusters&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You have created a database user account (source user) on the server, which has the privileges and/or roles you want to map to the new (target) MC user. See &lt;a href=&#34;../../../../en/admin/db-users-and-privileges/db-users/creating-db-user/&#34;&gt;Creating a database user&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You know which MC privileges you want to grant to the new MC user. See &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/&#34;&gt;Users, roles, and privileges&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;You will be mapping the MC user to a Vertica DB user who has sysmonitor privileges assigned, or to the Vertica database super user. Without sysmonitor (or super user) privileges, the mapped MC user will not be able to view information in MC monitoring tables, and will not be able to load Kafka streaming data.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you have not yet met the first two above prerequisites, you can still create new MC users; you just won&#39;t be able to map them to a database until after the database and target database user exist. To grant MC users database access later, see &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/granting-db-access-to-mc-users/&#34;&gt;Granting database access to MC users&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;create-a-new-user-authenticated-by-mc&#34;&gt;Create a new user authenticated by MC&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign in to MC as an administrator and navigate to &lt;strong&gt;MC Settings &amp;gt; User Management&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Add&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the MC username.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

It is not necessary to give the MC user the exact same name as the database user account you&#39;ll map the MC user to in Step 7. What matters is that the source database user has privileges and/or roles similar to the database role you want to grant the MC user. The most likely scenario is that you map multiple MC users to a single database user account.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Let MC generate a password or create one by clicking &lt;strong&gt;Edit password&lt;/strong&gt;. If LDAP has been configured, the MC password field will not appear.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optionally enter the user&#39;s e-mail address.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select an &lt;strong&gt;MC configuration permissions&lt;/strong&gt; level. See &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;Configuration privileges&lt;/a&gt;. Your choice in this field also fills in the appropriate &lt;strong&gt;User API Key&lt;/strong&gt; value.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Next to the &lt;strong&gt;DB access levels&lt;/strong&gt; section, click &lt;strong&gt;Add&lt;/strong&gt; to grant this user database permissions.        &lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Choose a database.&lt;/strong&gt; Select a database from the list of MC-discovered (databases that were created on or imported into the MC interface).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database username.&lt;/strong&gt; Enter an existing database user name or, if the database is running, click the ellipsis [...] to browse for a list of database users, and select a name from the list.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database password.&lt;/strong&gt; Enter the password to the database user account (not this username&#39;s password).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Restricted access.&lt;/strong&gt; Choose a database level (&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/db-privileges/&#34;&gt;ADMIN, IT, or USER&lt;/a&gt;) for this user.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt; to close the &lt;strong&gt;Add permissions&lt;/strong&gt; dialog box.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the Vertica database is configured to require TLS, select &lt;strong&gt;Yes&lt;/strong&gt; in the &lt;strong&gt;Use TLS Connection&lt;/strong&gt; drop-down. MC launches the Certificates wizard to let you configure TLS. See 
Completing the MC Certificates Wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Leave the user&#39;s &lt;strong&gt;Status&lt;/strong&gt; as enabled (the default). If you need to prevent this user from accessing MC, select disabled.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Add User&lt;/strong&gt; to finish.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;create-a-new-ldap-authenticated-user&#34;&gt;Create a new LDAP-authenticated user&lt;/h2&gt;
&lt;p&gt;When you add a user from LDAP on the MC interface, options on the &lt;strong&gt;Add a new user&lt;/strong&gt; dialog box are slightly different from when you create users without LDAP authentication. Because passwords are store externally (LDAP server) the password field does not appear. An MC administrator can override the default LDAP search string if the user is found in another branch of the tree. The &lt;strong&gt;Add user&lt;/strong&gt; field is pre-populated with the default search path entered when LDAP was configured.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign in to MC and navigate to &lt;strong&gt;MC Settings &amp;gt; User management&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Add&lt;/strong&gt; and provide the following information:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;LDAP user name.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;LDAP search string.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;User attribute, and click &lt;strong&gt;Verify user&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;User&#39;s email address.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MC configuration role. NONE is the default. See &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;Configuration privileges&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database access level. See &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/db-privileges/&#34;&gt;Database privileges&lt;/a&gt; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Accept or change the default user&#39;s &lt;strong&gt;Status&lt;/strong&gt; (enabled).&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Add user&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you encounter issues when creating new users from LDAP, you&#39;ll need to contact your organization&#39;s IT department.&lt;/p&gt;
&lt;h2 id=&#34;how-mc-validates-new-users&#34;&gt;How MC validates new users&lt;/h2&gt;
&lt;p&gt;After you click &lt;strong&gt;OK&lt;/strong&gt; to close the Add permissions dialog box, MC tries to validate the database username and password entered against the selected MC-managed database or against your organization&#39;s LDAP directory. If the credentials are found to be invalid, you are asked to re-enter them.&lt;/p&gt;
&lt;p&gt;If the database is not available at the time you create the new user, MC saves the username/password and prompts for validation when the user accesses the Database and Clusters page later.&lt;/p&gt;

&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/configuring-mc/&#34;&gt;Configuring Management Console&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/&#34;&gt;Users, roles, and privileges&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/&#34;&gt;Users in Management Console&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/granting-db-access-to-mc-users/&#34;&gt;Granting database access to MC users&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/admin/db-users-and-privileges/db-users/creating-db-user/&#34;&gt;Creating a database user&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Managing MC users</title>
      <link>/en/mc/users-roles-and-privileges/users-mc/managing-mc-users/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/users-roles-and-privileges/users-mc/managing-mc-users/</guid>
      <description>
        
        
        &lt;p&gt;You manage MC users through the following pages on the Management Console interface:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MC Settings &amp;gt; User management&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MC Settings &amp;gt; Resource access&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;who-manages-users&#34;&gt;Who manages users&lt;/h2&gt;
&lt;p&gt;The MC superuser administrator (SUPER Role (MC)) and users granted ADMIN role (MC) manage all aspects of users, including their access to MC and to MC-managed databases.&lt;/p&gt;
&lt;p&gt;Users granted IT Role (MC) can enable and disable user accounts. For more information, see &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/&#34;&gt;Users, roles, and privileges&lt;/a&gt; and &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/&#34;&gt;Users in Management Console&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Editing an MC user&#39;s information follows almost the same steps as &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/creating-an-mc-user/&#34;&gt;creating a new user&lt;/a&gt;, except that you select an existing user and click Edit. The user&#39;s information will be pre-populated, so that you can edit and save it.&lt;/p&gt;
&lt;p&gt;The only user account you cannot alter or remove from the MC interface is the MC super account.&lt;/p&gt;
&lt;p&gt;For details about each user type, see &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;Configuration privileges&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-kind-of-user-information-you-can-manage&#34;&gt;What kind of user information you can manage&lt;/h2&gt;
&lt;p&gt;You can change the following user properties:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;MC password&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Email address. This field is optional. If the user is authenticated against LDAP, the email field is pre-populated with that user&#39;s email address if one exists.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;Configuration privileges&lt;/a&gt; role&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/db-privileges/&#34;&gt;Database privileges&lt;/a&gt; role&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also change a user&#39;s status (enable/disable access to MC) and delete users.&lt;/p&gt;
&lt;h2 id=&#34;about-user-names&#34;&gt;About user names&lt;/h2&gt;
&lt;p&gt;After you create and save a user, you cannot change that user&#39;s MC user name, but you can delete the user account and create a new user account under a new name. The only thing you lose by deleting a user account is its audit activity, but MC immediately resumes logging activity under the user&#39;s new account.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Granting database access to MC users</title>
      <link>/en/mc/users-roles-and-privileges/users-mc/granting-db-access-to-mc-users/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/users-roles-and-privileges/users-mc/granting-db-access-to-mc-users/</guid>
      <description>
        
        
        &lt;p&gt;If you did not grant an MC user a &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/db-privileges/&#34;&gt;database-level role&lt;/a&gt; when you created the user account, you can do so in the User Management tab in MC Settings.&lt;/p&gt;
&lt;p&gt;Granting the user an MC database-level role associates the MC user with a database user&#39;s privileges and ensures that the MC user cannot do or see anything not allowed by the privileges set up for the user account on the server database. When that MC user logs in to MC, his or her MC privileges for database-related activities are compared to that user&#39;s privileges on the database itself. Only when the user has both MC privileges and corresponding database privileges will the operations be exposed in the MC interface.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you grant database access to an MC user, see the prerequisites in &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/users-mc/creating-an-mc-user/&#34;&gt;Creating an MC user&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;grant-a-database-level-role-to-an-mc-user&#34;&gt;Grant a database-level role to an MC user&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log in to Management Console as an administrator and navigate to &lt;strong&gt;MC Settings &amp;gt; User management&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select an MC user and click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Verify the &lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;Configuration privileges&lt;/a&gt; are what you want them to be. NONE is the default.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Next to the &lt;strong&gt;DB access levels section&lt;/strong&gt;, click &lt;strong&gt;Add&lt;/strong&gt; and provide the following database access credentials:        &lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Choose a database.&lt;/strong&gt; Select a database from the list of MC-discovered (databases that were created on or imported into the MC interface).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database username.&lt;/strong&gt; Enter an existing database user name or, if the database is running, click the ellipsis [...] to browse for a list of database users, and select a name from the list.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database password.&lt;/strong&gt; Enter the password to the database user account (not this username&#39;s password).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Restricted access.&lt;/strong&gt; Choose a database level (&lt;a href=&#34;../../../../en/mc/users-roles-and-privileges/db-privileges/&#34;&gt;ADMIN, IT, or USER&lt;/a&gt;) for this user.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;OK&lt;/strong&gt; to close the &lt;strong&gt;Add permissions&lt;/strong&gt; dialog box.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the Vertica database is configured to require TLS, select &lt;strong&gt;Yes&lt;/strong&gt; in the &lt;strong&gt;Use TLS Connection&lt;/strong&gt; drop-down. MC launches the Certificates wizard to let you configure TLS. See 
Completing the MC Certificates Wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optionally change the user&#39;s &lt;strong&gt;Status&lt;/strong&gt; (enabled is the default).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;how-mc-validates-new-users&#34;&gt;How MC validates new users&lt;/h2&gt;
&lt;p&gt;After you click &lt;strong&gt;OK&lt;/strong&gt; to close the Add permissions dialog box, MC tries to validate the database username and password entered against the selected MC-managed database or against your organization&#39;s LDAP directory. If the credentials are found to be invalid, you are asked to re-enter them.&lt;/p&gt;
&lt;p&gt;If the database is not available at the time you create the new user, MC saves the username/password and prompts for validation when the user accesses the Database and Clusters page later.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Mc: Managing MC user passwords</title>
      <link>/en/mc/users-roles-and-privileges/users-mc/managing-mc-user-passwords/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/users-roles-and-privileges/users-mc/managing-mc-user-passwords/</guid>
      <description>
        
        
        &lt;p&gt;MC user passwords must be different from the username and must contain at least one of each of the following character types:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Upper-case&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Lower-case&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Numeric&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Special: &lt;code&gt;~ ! @ # $ % ^ &amp;amp; * ( ) _ + = - [ ] / ? &amp;gt; &amp;lt; , .&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;configurable-password-requirements&#34;&gt;Configurable password requirements&lt;/h2&gt;
&lt;p&gt;You can configure additional password requirements by navigating to &lt;strong&gt;Home&lt;/strong&gt; &amp;gt; &lt;strong&gt;MC Settings&lt;/strong&gt; &amp;gt; &lt;strong&gt;Configuration&lt;/strong&gt; &amp;gt; &lt;strong&gt;MC Password configuration settings&lt;/strong&gt;.

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Parameter&lt;/th&gt; 

&lt;th &gt;
Settings&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
Minimum password length&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;The minimum number of characters required in a password.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Minimum: 8 (default)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Maximum: 30&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;security-questions&#34;&gt;Security questions&lt;/h2&gt;
&lt;p&gt;When a user creates an MC account, they must set security questions. If a user forgets their password, they can reset their password by answering these questions. These answers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;must only contain letters, numbers, and spaces&lt;/li&gt;
&lt;li&gt;must be between 2 and 30 characters in length, inclusive&lt;/li&gt;
&lt;li&gt;are case insensitive&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
