Skip to content

Commit

Permalink
Revert "feat(configuration): disable promotion messages (#2865)"
Browse files Browse the repository at this point in the history
This reverts commit 73e9dff.

Covers [BPM-411](https://bonitasoft.atlassian.net/browse/BPM-411)
  • Loading branch information
benjaminParisel committed Jan 29, 2025
1 parent f324fb8 commit 853b266
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions modules/runtime/pages/first-steps-after-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,27 +94,6 @@ Input validation is performed to ensure only properly formed data is entering th

For more information, please take look at the xref:identity:rest-api-authorization.adoc[REST API authorization] and the other features relating to xref:identity:user-authentication-overview.adoc[security and authentication] that are available in Bonita and in your operating system, and update your platform as required for your production environment.

== Disable promotion messages in Admin application

NOTE: For Subscription editions only.

By default, some promotion messages are displayed in some Admin application pages. To disable them, follow one of these steps:

.Start your SCA or Bonita docker image using environment variable
[source, bash]
----
docker run -e BONITA_RUNTIME_PROMOTION_MESSAGES_ENABLED=false ...
----

or

.Setting the property in bonita-platform-sp-custom.properties
[source, properties]
----
# Promotion
bonita.runtime.promotion.messages.enabled=false
----

== Create a Bonita administrator profile

Create a user with the "administrator" profile:
Expand Down

0 comments on commit 853b266

Please sign in to comment.