added a command to the admin bot to create a new user, even with registration disabled

This commit is contained in:
= 2022-05-01 17:49:02 +02:00
parent 2fcb3c8b93
commit bb033fe02a
2 changed files with 66 additions and 0 deletions

View file

@ -65,3 +65,4 @@ pub use voip::*;
pub const DEVICE_ID_LENGTH: usize = 10;
pub const TOKEN_LENGTH: usize = 256;
pub const SESSION_ID_LENGTH: usize = 256;
pub const AUTO_GEN_PASSWORD_LENGTH: usize = 15;