mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Show message for signing up with at least 6 chars' password.
This commit is contained in:
@ -344,7 +344,8 @@ class SignupPage extends React.Component {
|
||||
rules={[
|
||||
{
|
||||
required: required,
|
||||
message: i18next.t("login:Please input your password!"),
|
||||
min: 6,
|
||||
message: i18next.t("login:Please input your password, at least 6 characters!"),
|
||||
},
|
||||
]}
|
||||
hasFeedback
|
||||
|
Reference in New Issue
Block a user