diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 00:19:03 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 00:19:03 +0530 |
commit | 616a151764fd1780eb0b6dc039d5a21539a8a01a (patch) | |
tree | 454f73e06880c3635c3f88a5787fd8fbc1c2b363 /openbills.toml | |
parent | 65cb3603ad2682deacff47a72d9050e584a00488 (diff) |
added login with id
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbills.toml b/openbills.toml index 43b1dc4..9a9bc70 100644 --- a/openbills.toml +++ b/openbills.toml @@ -14,7 +14,7 @@ url = "https://openbills.vidhukant.com/" [security] min_password_length = 12 -max_password_length = 128 +max_password_length = 72 [username] allowed_characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-_" @@ -22,5 +22,6 @@ min_username_length = 2 max_username_length = 32 [cryptography] +password_hashing_cost = 14 auth_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" refresh_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" |