diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 23:12:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-02 23:12:52 +0530 |
commit | 7f12e4fa01a2bf3ab25844f3d73af67881a587f1 (patch) | |
tree | 635627eecf325d0d78f45d161d8bb110d3cfcc1e /openbills.toml | |
parent | 127d4fb8ee7f8b141f9fb2f1a8fda45d350f34fc (diff) |
added sign-in
Diffstat (limited to 'openbills.toml')
-rw-r--r-- | openbills.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openbills.toml b/openbills.toml index 567aa00..43b1dc4 100644 --- a/openbills.toml +++ b/openbills.toml @@ -11,3 +11,16 @@ params = "charset=utf8mb4&parseTime=True&loc=Local" title = "OpenBills" description = "Libre Billing Software" url = "https://openbills.vidhukant.com/" + +[security] +min_password_length = 12 +max_password_length = 128 + +[username] +allowed_characters = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.-_" +min_username_length = 2 +max_username_length = 32 + +[cryptography] +auth_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" +refresh_secret = "22ELiOfHn19s0z1WWgsOT9RupghRYrXm" |