feat(share): add share ID length setting (#677)
- Add share ID length to share > settings - Use cryptographically secure RNG for IDs - Use secure default value for IDs length - Add FR and EN translation Co-authored-by: Romain Ricard <romain.ricard@mines-ales.org>
This commit is contained in:
@@ -51,6 +51,11 @@ const configVariables: ConfigVariables = {
|
||||
defaultValue: "0",
|
||||
secret: false,
|
||||
},
|
||||
shareIdLength: {
|
||||
type: "number",
|
||||
defaultValue: "8",
|
||||
secret: false,
|
||||
},
|
||||
maxSize: {
|
||||
type: "number",
|
||||
defaultValue: "1000000000",
|
||||
|
||||
Reference in New Issue
Block a user