diff options
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"  |