diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 00:05:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 00:05:30 +0530 |
commit | a356803594ab36fa69e7dbcbd79261d8b46f4262 (patch) | |
tree | 0146efe4c52b1c65c1967ab1f412306c410c10d4 /openbills.toml | |
parent | 193be465b21838d2796fafbe1c5d9854038a3f8c (diff) |
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbills.toml b/openbills.toml index 0742aaf..c5b569e 100644 --- a/openbills.toml +++ b/openbills.toml @@ -17,11 +17,6 @@ url = "https://openbills.vidhukant.com/" min_password_length = 12 max_password_length = 72 -[username] -allowed_characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-_" -min_username_length = 2 -max_username_length = 32 - [cryptography] password_hashing_cost = 14 auth_key = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" |