1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-30 19:58:30 +00: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:
Timo Kösters 2022-06-18 13:08:51 +00:00
commit f8547ecba4
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;