EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB16638: How to create a MicroStrategy user that must change their password on the first login using MicroStrategy Command Manager 9.x and 10.x


Community Admin

• Strategy


How to create a MicroStrategy user that must change their password on the first login using MicroStrategy Command Manager 9.x and 10.x

SUMMARY:
When creating Strategy users, it may be a requirement for that user to change their password upon logging into Strategy Desktop or Strategy Web 9.x. Through Strategy Desktop 9.x, this change can be made by checking the 'User must change password at next logon' box in the User Editor, as shown below:
 

ka04W000000OeFPQA0_0EM440000002BTH.jpeg

DESCRIPTION:
When creating many users, it is necessary to use Strategy Command Manager  to increase the speed of creating users. However, it is also a requirement that each user must change their password when the first login.
ACTION:
The following Strategy Command Manager script will create a user that must change their password on their next logon:


CREATE USER "login_name" PASSWORD "password" FULLNAME "User Full Name" DESCRIPTION "Developer" ALLOWCHANGEPWD TRUE PASSWORDEXPFREQ 30 DAYS CHANGEPWD TRUE;


The key here is the CHANGEPWD TRUE parameter. This parameter will prompt the Strategy user to change their password on the next logon.


Comment

0 comments

Details

Knowledge Article

Published:

June 12, 2017

Last Updated:

June 12, 2017