mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
📝 Explain why the password needs to be complex
This commit is contained in:
@@ -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 { useForm } from '@mantine/form';
|
||||||
import { IconArrowLeft, IconArrowRight } from '@tabler/icons-react';
|
import { IconArrowLeft, IconArrowRight } from '@tabler/icons-react';
|
||||||
import { signIn } from 'next-auth/react';
|
import { signIn } from 'next-auth/react';
|
||||||
@@ -56,6 +56,10 @@ export const StepCreateAccount = ({
|
|||||||
<Title order={2} align="center" mb="md">
|
<Title order={2} align="center" mb="md">
|
||||||
Create your administrator account
|
Create your administrator account
|
||||||
</Title>
|
</Title>
|
||||||
|
<Text>
|
||||||
|
Your administrator account <b>must be secure</b>, that's why we have so many rules surrounding it.
|
||||||
|
<br/>Try not to make it adminadmin this time...
|
||||||
|
</Text>
|
||||||
<form onSubmit={form.onSubmit(handleSubmit)}>
|
<form onSubmit={form.onSubmit(handleSubmit)}>
|
||||||
<Stack>
|
<Stack>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
|||||||
Reference in New Issue
Block a user