added a command to the admin bot to create a new user, even with registration disabled
This commit is contained in:
parent
2fcb3c8b93
commit
bb033fe02a
2 changed files with 66 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue