* Specify password length limits in error (fixes #3284) * convert to comment
This commit is contained in:
parent
5ef4807d09
commit
0115613f90
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ pub enum LemmyErrorType {
|
||||||
PersonIsBlocked,
|
PersonIsBlocked,
|
||||||
DownvotesAreDisabled,
|
DownvotesAreDisabled,
|
||||||
InstanceIsPrivate,
|
InstanceIsPrivate,
|
||||||
|
/// Password must be between 10 and 60 characters
|
||||||
InvalidPassword,
|
InvalidPassword,
|
||||||
SiteDescriptionLengthOverflow,
|
SiteDescriptionLengthOverflow,
|
||||||
HoneypotFailed,
|
HoneypotFailed,
|
||||||
|
|
Loading…
Reference in a new issue