From 0ef2006895878c5cd14877ac918add441faf2f80 Mon Sep 17 00:00:00 2001 From: Ali Najmabadi Date: Sun, 10 Nov 2024 14:42:36 +0330 Subject: [PATCH] docs: add 2fa docs to console section --- src/components/Sidebar/data.js | 4 ++ .../enable-two-factor-authentication.mdx | 57 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 src/pages/references/console/enable-two-factor-authentication.mdx diff --git a/src/components/Sidebar/data.js b/src/components/Sidebar/data.js index 75b5e4a0..96aa246b 100644 --- a/src/components/Sidebar/data.js +++ b/src/components/Sidebar/data.js @@ -8100,6 +8100,10 @@ export default { title: "مشاهده و ایجاد تیکت", link: "/references/console/create-and-see-tickets" }, + { + title: "فعال‌سازی قابلیت ورود ۲ مرحله‌ای", + link: "/references/console/enable-two-factor-authentication" + }, ], }, diff --git a/src/pages/references/console/enable-two-factor-authentication.mdx b/src/pages/references/console/enable-two-factor-authentication.mdx new file mode 100644 index 00000000..fd203ba4 --- /dev/null +++ b/src/pages/references/console/enable-two-factor-authentication.mdx @@ -0,0 +1,57 @@ +import Layout from "@/components/Layout"; +import Button from "@/components/Common/button"; +import Section from "@/components/Common/section"; +import Alert from "@/components/Common/alert"; +import Tabs from "@/components/Common/tab"; +import Step from "@/components/Common/step"; +import Card from "@/components/Common/card"; +import Important from "@/components/Common/important"; +import Highlight from "@/components/Common/highlight"; +import Link from "next/link"; +import NextPage from "@/components/Common/nextpage"; +import Asciinema from "@/components/Common/asciinema"; +import Table from "@/components/Common/table"; + +import Head from "next/head"; + + + +مستندات فعال‌سازی قابلیت ورود ۲ مرحله‌ای - لیارا + + + + +# فعال‌سازی قابلیت ورود ۲ مرحله‌ای +
+ +قابلیت ورود دو مرحله‌ای (2FA) یک روش امنیتی است که در آن، علاوه بر رمز عبور، یک لایه‌ی محافظتی اضافی نیز، به برنامه اضافه می‌شود. +این فرآیند باعث می‌شود حتی اگر شخصی رمز عبور شما را بداند، بدون دسترسی به عامل دوم نتواند وارد حساب کاربری شما شود. + + + + + + + +
+برای فعال‌سازی این قابلیت در کنسول لیارا، کافیست تا در بخش پروفایل، وارد تب **امنیت** شوید و در بخش **ورود ۲ مرحله‌ای**، بر روی گزینه **فعال‌سازی** کلیک کنید. سپس بایستی با استفاده از نرم‌افزارهای احراز هویت (مانند google authenticator)، قابلیت 2FA را بر روی حساب خود، فعال کنید: + +
+