Doc: Updating Admin Credentials configs (#17513)

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
Prajwal214 2024-08-21 11:26:37 +05:30 committed by GitHub
parent 91f69ba34b
commit 2cccd69404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -70,9 +70,9 @@ Please note the following are the formats to bootstrap admins on server startup:
This works for SMTP-enabled servers, Login Password for these are generated randomly and sent to the mail `adminName`@`principalDomain`.
If SMTP is not enabled for OpenMetadata, please use the below method to create admin users: `[admin1:password1,admin2:password2,admin3:password3]`
If SMTP is not enabled for OpenMetadata, please use the method below to create admin users: `[admin1, admin2, admin3]`. The default password for all admin users will be admin.
This allows to bootstrap the server with given password, later on can be changed by specific users by visiting profile page.
After logging into the OpenMetadata UI, admin users can change their default password by navigating to `Settings > Members > Admins`.
{%/note%}

View File

@ -70,9 +70,9 @@ Please note the following are the formats to bootstrap admins on server startup:
This works for SMTP-enabled servers, Login Password for these are generated randomly and sent to the mail `adminName`@`principalDomain`.
If SMTP is not enabled for OpenMetadata, please use the below method to create admin users: `[admin1:password1,admin2:password2,admin3:password3]`
If SMTP is not enabled for OpenMetadata, please use the method below to create admin users: `[admin1, admin2, admin3]`. The default password for all admin users will be admin.
This allows to bootstrap the server with given password, later on can be changed by specific users by visiting profile page.
After logging into the OpenMetadata UI, admin users can change their default password by navigating to `Settings > Members > Admins`.
{%/note%}