Loading

How to reset an Ops Center user's password in Anypoint Runtime Fabric

게시 일자: Mar 2, 2024
과업

GOAL

This article describes how to reset an Ops Center existing user's password.
This method generates a link which contains a token that allows the user to login and reset the password themselves.
For security and privacy reasons there is no way to force or to retrieve a user's password via the command line.

단계
  1. SSH into one of the nodes of the Runtime Fabric installation.
  2. From the SSH terminal, run the gravity users reset <username> command, it will create a link to Ops Center that contains a password reset token that will allow the user to reset their password. 
$ gravity users reset alice@example.com
Password reset token has been created and is valid for 8h0m0s. Share this URL with the user:
https://<host>/web/reset/<token>
  • Provide the generated link to the user so they can login and reset their password themselves.

Note: Make sure that <host> is accessible to the user. Otherwise they won't be able to reset their password.

The command accepts the following flags:

FlagDescription
--ttlTime to live (TTL) for the reset token. Examples: "5h", "10m", "1h30m".
The default is "8h", maximum is "24h".

The command below will generate a password reset URL valid for 1 hour:

$ gravity users reset alice@example.com --ttl=1h
Password reset token has been created and is valid for 1h0m0s. Share this URL with the user:
https://<host>/web/reset/<token>
Knowledge 기사 번호

001115199

 
로드 중
Salesforce Help | Article