Skip to content

Commit 98f1b5c

Browse files
committed
docfix: give longer default example for webui terms and privacy
1 parent 3770c03 commit 98f1b5c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

obp-api/src/main/resources/props/sample.props.template

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,10 +1355,20 @@ default_auth_context_update_request_key=CUSTOMER_NUMBER
13551355

13561356
# User (Developer) Invitation
13571357
webui_post_user_invitation_submit_button_value=Register as a Developer
1358-
webui_privacy_policy=Undefined
1358+
webui_privacy_policy=# Privacy Policy\n\
1359+
\nThis privacy policy has not been configured yet.\n\
1360+
\nPlease contact your administrator to set up the privacy policy.\n\
1361+
\nTo configure this, set the webui_privacy_policy value in the OBP-API.\n\
1362+
\nYou can do this via the API or directly in the database.\n\
1363+
\nFor more information, please refer to the OBP-API documentation.
13591364

13601365
#Note: if you provide the Markdown format, please use '\n\' at the end. This will preserve the line breaks.
1361-
webui_terms_and_conditions=Undefined
1366+
webui_terms_and_conditions=# Terms and Conditions\n\
1367+
\nThese terms and conditions have not been configured yet.\n\
1368+
\nPlease contact your administrator to set up the terms and conditions.\n\
1369+
\nTo configure this, set the webui_terms_and_conditions value in the OBP-API.\n\
1370+
\nYou can do this via the API or directly in the database.\n\
1371+
\nFor more information, please refer to the OBP-API documentation.
13621372
webui_post_user_invitation_terms_and_conditions_checkbox_value=I agree to the above Developer Terms and Conditions
13631373

13641374
webui_developer_user_invitation_email_html_text=<!DOCTYPE html>\

0 commit comments

Comments
 (0)