From 7f12e4fa01a2bf3ab25844f3d73af67881a587f1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 2 Sep 2023 23:12:52 +0530 Subject: added sign-in --- openbills.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'openbills.toml') 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" -- cgit v1.2.3