Hi,
Many customers are asking about secutiry concerns. One of it is about the feature of set a time when the password expires. For example, if a viewer has set a password expirtation time to 60 day...
User password expiration
alex-hepp
03-12-2024Data Storage
In the interest of password security it would be beneficial to have a way through the API or settings menu to force user(s) to reset their passwords. This is useful when updating password policy as the system as of now does not force users to change their existing passwords to be compliant with the updated policy. This could also be used to enforce password cycling by forcing users to reset their passwords on a desired cadence.
- DRay04-11-2024Admin
Hi alex-hepp,
I'm not able to provide step-by-step instructions, I recommend reaching out to your account team and they will work with you to find a resource that can help you.
If you want to learn how to use the API yourself, you can find how to get your API token in this document. https://sisense.dev/guides/restApi/using-rest-api.html
- DRay03-13-2024AdminStatus changed:New IdeatoNew Idea
Hello alex-hepp,
I agree it would be nice to have that option in the UI. If you need something right now, you can use API to reset a users password and prompt them to create a new one. https://sisense.dev/guides/restApi/v0/?platform=linux&spec=L2023.11#/users/forgetPassword
- DRay04-04-2024AdminStatus changed:New IdeatoAlready in product
- CR50004-11-2024Data Storage
Hi DRay
your link would be exactly what I need, except I don't have any experience with API. Any chance you could do a step-by-step instructions? I think I can get the X-content-ID by copying from user identifier but obtaining API via GET/authentication/tokens/api requires API token itself.