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 SHA-512.

Allowed values: plain, MD5, SHA-1, SHA-256, SHA-512
Default: plain

Make sure that you set the correct value in security.user.use_mapped_pass.
security.user.use_mapped_pass

Enables encryption using hash algorithms.

If the previously described passwords are stored in plain text, this value must be set to false. If a hash algorithm is used, set to true.

Allowed values: true, false
Default: false