Integrated security mechanism
The integrated security mechanism is the default setting when map.apps is delivered. In this mode, only one administrator and one editor user can be defined. If you want to manage multiple users with these roles, you must link map.apps to a product listed in the overview.
Set default passwords
For security reasons, the parameters for passwords, namely security.user.admin.pw and security.user.editor.pw , listed below are not preset when map.apps is delivered.
It is therefore mandatory that they are set, so that a login to map.apps is possible.
|
The following parameters can be changed in the configuration.
security.user.admin.name
-
Name of the administrator user. Set to
admin
by default. security.user.admin.pw
-
Password of the administrator user. This only applies if the map.apps user administration is used. 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. Set to
editor
by default. security.user.editor.pw
-
Password of the editor user. This only applies if the map.apps user administration is used. The password can be configured in plain text or as a hash value (see
security.user.pwenc
). security.user.pwenc
-
Hash algorithm of the above-mentioned user passwords. By default passwords are stored in plain text (
plain
). Possible hash algorithms areMD5
,SHA-1
,SHA-256
, andSHA-512
(recommended). Make sure that you set the correct value insecurity.user.use_mapped_pass
. security.user.use_mapped_pass
-
Set this to
false
if the administrator and editor user passwords are stored in plain text. Set totrue
, if a hash algorithm is used.