From 241c70fcb5192aa94c80636bb8a6a856f61f77c8 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 7 Apr 2024 15:41:11 +0200 Subject: [PATCH] Update doc README --- docs/ERD/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/ERD/README.md b/docs/ERD/README.md index 8941052..4ec5bc7 100644 --- a/docs/ERD/README.md +++ b/docs/ERD/README.md @@ -72,4 +72,14 @@ flowchart TD B --> O{Update account,vessel,otp} F --> P{Update metadata} G --> P -``` \ No newline at end of file +``` + +### How to bypass OTP for a local install? + +You can skip the otp, add json key value to the account preference. +"email_valid": true + +OTP is created and sent by email using a cron. in postgres/cron/job +accounts are store in signalk/auth/accounts +you should have an history in signalk/public/process_queue +By default they are no active as it require external configuration settings. \ No newline at end of file