raise generated passwords to 25 chars
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2b031e40a2
commit
2f16726bac
3 changed files with 4 additions and 3 deletions
|
@ -71,4 +71,4 @@ pub use voip::*;
|
|||
pub const DEVICE_ID_LENGTH: usize = 10;
|
||||
pub const TOKEN_LENGTH: usize = 32;
|
||||
pub const SESSION_ID_LENGTH: usize = 32;
|
||||
pub const AUTO_GEN_PASSWORD_LENGTH: usize = 15;
|
||||
pub const AUTO_GEN_PASSWORD_LENGTH: usize = 25;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue