mirror of https://github.com/LemmyNet/lemmy.git
* Specify password length limits in error (fixes #3284) * convert to commentpull/4030/head
parent
5ef4807d09
commit
0115613f90
|
@ -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 New Issue