Refactor: Simplify recovery email handling and validation; update documentation for clarity

This commit is contained in:
2025-11-08 21:26:06 +01:00
parent 5e322af2c0
commit 773304fc85
7 changed files with 28 additions and 67 deletions

View File

@@ -7,9 +7,8 @@
"enabled": true,
"email": "",
"password": "",
"totp": "",
"recoveryRequired": true,
"recoveryEmail": "",
"totp": "", // Optional: leave empty if no 2FA, or put your TOTP secret
"recoveryEmail": "", // Optional: recovery email for security challenges
"proxy": {
"proxyAxios": false,
"url": "",
@@ -24,7 +23,6 @@
"email": "",
"password": "",
"totp": "",
"recoveryRequired": true,
"recoveryEmail": "",
"proxy": {
"proxyAxios": false,
@@ -40,7 +38,6 @@
"email": "",
"password": "",
"totp": "",
"recoveryRequired": true,
"recoveryEmail": "",
"proxy": {
"proxyAxios": false,
@@ -56,7 +53,6 @@
"email": "",
"password": "",
"totp": "",
"recoveryRequired": true,
"recoveryEmail": "",
"proxy": {
"proxyAxios": false,
@@ -72,7 +68,6 @@
"email": "",
"password": "",
"totp": "",
"recoveryRequired": true,
"recoveryEmail": "",
"proxy": {
"proxyAxios": false,