From 8adb05100bd06409804c458c17bd38388d9e6c22 Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 23 Aug 2023 22:25:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Explain=20why=20the=20password?= =?UTF-8?q?=20needs=20to=20be=20complex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Onboarding/step-create-account.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Onboarding/step-create-account.tsx b/src/components/Onboarding/step-create-account.tsx index e2d7dd10d..b7383c4fd 100644 --- a/src/components/Onboarding/step-create-account.tsx +++ b/src/components/Onboarding/step-create-account.tsx @@ -1,4 +1,4 @@ -import { Button, Card, Group, PasswordInput, Stack, TextInput, Title } from '@mantine/core'; +import { Button, Card, Group, PasswordInput, Stack, Text, TextInput, Title } from '@mantine/core'; import { useForm } from '@mantine/form'; import { IconArrowLeft, IconArrowRight } from '@tabler/icons-react'; import { signIn } from 'next-auth/react'; @@ -56,6 +56,10 @@ export const StepCreateAccount = ({ Create your administrator account + + Your administrator account must be secure, that's why we have so many rules surrounding it. +
Try not to make it adminadmin this time... +