You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,16 @@ You can upload your own process model and create customized forms. You can view
63
63
64
64
Imixs-Workflow is a human-centric workflow engine which means that each actor need to authenticate against the service to interact.
65
65
66
-
The default setup of the _Imixs Process Manager_ provides a set of predefined users which can be used for testing purpose. The test users are stored in a separate user and roles properties files. See the following list of predefined test user accounts:
67
-
68
-
| User | Role | Password |
69
-
| ------- | ---------------------- | ---------- |
70
-
| admin | IMIXS-WORKFLOW-Manager | adminadmin |
71
-
| alex | IMIXS-WORKFLOW-Manager | password |
72
-
| marty | IMIXS-WORKFLOW-Author | password |
73
-
| melman | IMIXS-WORKFLOW-Author | password |
74
-
| gloria | IMIXS-WORKFLOW-Author | password |
75
-
| skipper | IMIXS-WORKFLOW-Author | password |
76
-
77
-
You can add accounts or change the default account later, by updating the files "_sampleapp-roles.properties_" and "_sampleapp-users.properties_". You can also configure a different custom security realm (e.g. LDAP or Database).
66
+
The _Imixs Process Manager_ provides a user and team management. The users are stored in a database and used for authentication.
67
+
If you first deploy the system the application will create a default user:
68
+
69
+
| User | Role | Password |
70
+
| ----- | ---------------------- | ---------- |
71
+
| admin | IMIXS-WORKFLOW-Manager | adminadmin |
72
+
73
+
You can add you own accounts and teams using the user/team management section.
74
+
75
+
<img src="./screen-003.png" />
78
76
79
77
You will find more information about the security concept in the [Imixs-Workflow Deployent guide](https://www.imixs.org/doc/deployment/index.html).
0 commit comments