mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
feat: add line about recommendation for sso command
This commit is contained in:
@@ -8,7 +8,7 @@ export class AddSSOUserQuestionSet {
|
|||||||
@Question({
|
@Question({
|
||||||
message: `Enabling Single Sign-On (SSO) will simplify authentication by centralizing access to your Unraid server. However, this comes with certain security considerations: if your SSO account is compromised, unauthorized access to your server could occur.
|
message: `Enabling Single Sign-On (SSO) will simplify authentication by centralizing access to your Unraid server. However, this comes with certain security considerations: if your SSO account is compromised, unauthorized access to your server could occur.
|
||||||
|
|
||||||
Please note: your existing username and password will continue to work alongside SSO.
|
Please note: your existing username and password will continue to work alongside SSO. We recommend using 2FA on your Unraid.net account or a single sign-on provider to enhance security.
|
||||||
|
|
||||||
Are you sure you want to proceed with adding a user for SSO? (y/n)
|
Are you sure you want to proceed with adding a user for SSO? (y/n)
|
||||||
`,
|
`,
|
||||||
|
|||||||
@@ -20,5 +20,6 @@ export class SSOCommand extends CommandRunner {
|
|||||||
|
|
||||||
async run(): Promise<void> {
|
async run(): Promise<void> {
|
||||||
this.logger.info('Please provide a subcommand or use --help for more information');
|
this.logger.info('Please provide a subcommand or use --help for more information');
|
||||||
|
process.exit(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user