Integrated mode

The integrated mode is the default setting when map.apps is delivered. In this mode, an access with the role "admin" and an access with the role "editor" can be defined. Details about these roles are described on the map.apps Manager page. To manage multiple users with these roles, link map.apps to a product listed in the overview.

Set default passwords
For security reasons, the parameters security.user.admin.pw and security.user.editor.pw are not preset when map.apps is delivered. To allow login to map.apps, define them.

The following parameters can be changed in the global configuration.

security.user.admin.name

Name of the administrator user.

Default: admin

security.user.admin.pw

Password of the administrator user.

The password can be configured in plain text or as a hash value (see security.user.pwenc).

security.user.editor.name

Name of the editor user.

Default: editor

security.user.editor.pw

Password of the editor user.

The password can be configured in plain text or as a hash value (see security.user.pwenc).

security.user.pwenc

Hash algorithm of the user passwords.

In addition to plain text, various hash algorithms are available. We recommend encryption using SHA3-512.

Allowed values: plain, SHA-512, SHA3-512
Default: plain