sympa.conf: set 'allow_account_deletion' to 'on' - default is 'off'.

This commit is contained in:
Christoph 2021-05-04 21:05:37 +02:00
parent e94cccd3e2
commit 5782400ec7

View File

@ -3505,6 +3505,13 @@ EOF
personalization_feature on
personalization.web_apply_on footer
personalization.mail_apply_on footer
# allow_account_deletion: EXPERIMENTAL!
#
# Allow users to delete their account. If enabled, shows a "delete my account" form
# in user's preferences page.
#
allow_account_deletion on
EOF" >> $_log_file
cat << EOF >> ${SYMPA_MAIN_CONF_DIR}/sympa.conf 2>> $_log_file
@ -3528,6 +3535,13 @@ EOF" >> $_log_file
personalization_feature on
personalization.web_apply_on footer
personalization.mail_apply_on footer
# allow_account_deletion: EXPERIMENTAL!
#
# Allow users to delete their account. If enabled, shows a "delete my account" form
# in user's preferences page.
#
allow_account_deletion on
EOF
if [ "$?" = "0" ]; then
echo_ok