top of page

Allow Users to Change Their Password In MicroStrategy Web

Updated: Apr 1, 2020

This is a common question in environment which use standard authentication. It should be easy, but it wasn't. Let's make this simple now 🙂


There are two thing we need to allow users the ability to change and manage their own password. First, the user needs to be set with the permissions to allow the self managed passwords. The permission is set right on the user. Make sure to not check this box to allow the user the right permissions.




Secondly, the user needs to be able to access the "Change My Password" web page without getting into other setting or making things too complex. Yes, there is a direct url event which renders the "Change My Password" page!


To make this easy on the user we're going to create a document and add an HTML container. The container will default to "Iframe" so no settings will need to be changed on it.



Now add the following text to load the right page.


./Main.aspx?evt=3167&src=Main.aspx.3167&hiddensections=header,path,dockTop,dockLeft,footer


Render the document and the user will now have easy access to change their password.

 

Thanks for checking out this blog post. If you found this post helpful please consider donating via PayPal. Any contribution is appreciated!







481 views0 comments

Recent Posts

See All
bottom of page