mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
* 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,
|
||||
DownvotesAreDisabled,
|
||||
InstanceIsPrivate,
|
||||
/// Password must be between 10 and 60 characters
|
||||
InvalidPassword,
|
||||
SiteDescriptionLengthOverflow,
|
||||
HoneypotFailed,
|
||||
|
|
Loading…
Reference in a new issue