doc/fix tweaking explanation around skipping email validastion

This commit is contained in:
simonredfern 2024-11-27 12:01:25 +01:00
parent e803222c8f
commit 885b6e9c6f

View File

@ -685,7 +685,11 @@ consumers_enabled_by_default=true
# Autocomplete for login form has to be explicitly set
autocomplete_at_login_form_enabled=false
# Skip Auth User Email validation (defaults to false as of 29 June 2021)
# Skip Auth User validation ( Email validation ) (defaults to false as of 29 June 2021)
# By default, users have to confirm their email address for their user account to become active.
# This involves this OBP-API sending an email to the newly registered email provided by the User and the User clicking on a link in that email
# which results in a field being changed in the database.
# To BYPASS this security features (for local development only), set this property to true to skip the email address validation.
#authUser.skipEmailValidation=false
# If using Kafka but want to get counterparties from OBP, set this to true