Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/docs/control-center/security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The **Settings** page in the **Security** category in Control Center allows you

## Security Settings Tab

### Free App Deployment

With [Free Apps](/developerportal/deploy/mendix-cloud-deploy/deploying-an-app/#deploy-free-app), you can deploy your app to Mendix Cloud from Studio Pro. The ability to deploy Free Apps can be blocked at the company level by disabling **Free App Deployment**.

### Password Policy

Mendix enforces a 90-day password validity period for all platform passwords used to sign in to the Mendix Platform or Studio Pro.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you are an existing customer, you should deploy to your licensed cloud node.

## Deploying a Licensed App {#deploy-licensed-app}

Deploying a licensed app is usually a two-step process:
Deploying a licensed app is usually a two-step process:

* First, create a deployment package
* Second, deploy it to a node environment where you can run your app
Expand Down Expand Up @@ -101,6 +101,10 @@ The app is now deployed. You can configure the administrative account.

Deploying a Free App is a single-stage process that is completed from Studio Pro. This process is described in detail below.

{{% alert color="info" %}}
Free App deployment can be disabled at the [organization level](/control-center/security-settings/#free-app-deployment). If you cannot deploy a Free App, contact your Mendix Admin.
{{% /alert %}}

### Prerequisites

Before starting the process of deploying a Free App, make sure to complete these prerequisites:
Expand Down
Loading