From 114c934a1858e2dc261c2c08ffe1ed5d4913c8a8 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Thu, 21 Mar 2024 18:44:26 +0000 Subject: [PATCH] Set default profiles to be public (not really public) --- invenio.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/invenio.cfg b/invenio.cfg index 147a2a4..112445a 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -223,6 +223,8 @@ SECURITY_CONFIRMABLE = True # local login: users can confirm e-mail address SECURITY_LOGIN_WITHOUT_CONFIRMATION = ( False # require users to confirm email before being able to login ) +ACCOUNTS_DEFAULT_EMAIL_VISIBILITY= "public" +ACCOUNTS_DEFAULT_USER_VISIBILITY = "public" # Invenio-OAuthclient # -------------------