mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-17 20:58:58 -05:00
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:
commit
f8547ecba4
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