We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df99b3f + bfd508d commit b92c7c8Copy full SHA for b92c7c8
central/src/auth/mod.rs
@@ -6,7 +6,7 @@ pub fn generate_secret() -> String {
6
const CHARSET: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZ\
7
abcdefghijklmnopqrstuvwxyz\
8
0123456789";
9
- const PASSWORD_LEN: usize = 30;
+ const PASSWORD_LEN: usize = 32;
10
let mut rng = rand::thread_rng();
11
12
(0..PASSWORD_LEN)
0 commit comments