raise generated passwords to 25 chars

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-14 14:44:13 -05:00 committed by June
parent 2b031e40a2
commit 2f16726bac
3 changed files with 4 additions and 3 deletions

View file

@ -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;