Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

users.properties uses the <user_name>=<password> format, groups.properties uses the <group_name>=<user_name> format. See the following examples for additional details.

No Format
borderStylesolid
titleusers.properties
borderStylesolid
system=manager
user2=password
user1=password

As we are using the basic, by default, security configuration you will see the user IDs and passwords are stored in plain text. You can add, remove and change passwords from this file.

solid
No Format
borderStyle
titlegroups.properties
borderStylesolid
admin=system,user1
users=user2

...

If you turn the derby authentication on and you still want to access the databases you created, make sure that the user name is defined in derbyadmin group within the groups.properties file, and the user's password defined in users.properties files as followed.

solid
Panel
borderStyle
titlegroups.properties
borderStylesolid

admin=system,
derbyadmin=dbadmin,app,user1

solid
Panel
borderStyle
titleusers.properties
borderStylesolid

system=manager
dbadmin=manager
app=app
user1=password

...