mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
Patch password length limit on change username.
This commit is contained in:
@@ -19,7 +19,7 @@ lazy_static! {
|
||||
pub struct Data {
|
||||
#[validate(length(min = 2, max = 32), regex = "RE_USERNAME")]
|
||||
username: Option<String>,
|
||||
#[validate(length(min = 8, max = 72))]
|
||||
#[validate(length(min = 8, max = 1024))]
|
||||
password: String,
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
pub const VERSION: &str = "0.5.1-alpha.23";
|
||||
pub const VERSION: &str = "0.5.1-alpha.24";
|
||||
|
||||
Reference in New Issue
Block a user