mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
doc/fix tweaking explanation around skipping email validastion
This commit is contained in:
parent
e803222c8f
commit
885b6e9c6f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user