Merge branch 'create-user-command' into 'next'
added a command to the admin bot to create a new user, even with registration disabled See merge request famedly/conduit!354
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user