-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetupUserDBService - migrate UserRoles #373
Milestone
Comments
4 tasks
rsoika
added a commit
that referenced
this issue
Dec 28, 2021
rsoika
added a commit
that referenced
this issue
Dec 28, 2021
rsoika
added a commit
that referenced
this issue
Dec 28, 2021
rsoika
added a commit
that referenced
this issue
Jan 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we set the following user roles in imixs-office-workflow
This generates extra complexity in setting up a security realm in app severs (wildfly and payara)
These roles need to be replaced by the core roles:
Todos
Implement a new method
migrateUserRoles()
. This method should iterate over all existing user profiles and replace the roles.After that the method can call
to update the user role tables and store the new txtGroups
The migration method should add the new roles to avoid braking down existing data. The method
updateUser
must validate the new group names!Empty Passwords
Empty passwords are no longer supported by wildfly. We generate random passwords instead
The text was updated successfully, but these errors were encountered: