aboutsummaryrefslogtreecommitdiff
path: root/openbills.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 00:19:03 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 00:19:03 +0530
commit616a151764fd1780eb0b6dc039d5a21539a8a01a (patch)
tree454f73e06880c3635c3f88a5787fd8fbc1c2b363 /openbills.toml
parent65cb3603ad2682deacff47a72d9050e584a00488 (diff)
added login with id
Diffstat (limited to 'openbills.toml')
-rw-r--r--openbills.toml3
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"