grails-spring-security-ui
grails-spring-security-ui copied to clipboard
The Spring Security UI plugin provides CRUD screens and other user management workflows.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/grails/grails-spring-security-ui). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.asciidoctor:asciidoctor-gradle-plugin | `1.5.3` -> `1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.bertramlabs.plugins:asset-pipeline-grails](https://togithub.com/bertramdev/asset-pipeline-core) | `3.2.4` -> `3.4.7` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [release-drafter/release-drafter](https://togithub.com/release-drafter/release-drafter) | action | minor | `v5.20.0` -> `v5.21.1` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.asciidoctor:asciidoctorj-epub3](https://togithub.com/asciidoctor/asciidoctorj-epub3) | `1.5.0-alpha.6` -> `1.5.1` | [](https://docs.renovatebot.com/merge-confidence/)...
- added a test to verify the verify registration functionality is working as expected - modified the `SpringSecurityUiService.save` to flush on save. I've verified this fixes the failing test that...
### Steps to Reproduce I've created a demo grails app that uses spring-security-ui and contains a failing integration test that I would expect to pass. $ grails test-app ### Expected...
There are two pieces of misplaced text in the Reference Documentation that should be rearranged. Section 5.2 ends with: > The post-registration destination url is configurable in grails-app/conf/application.groovy using the...
### Steps to Reproduce 1. Login to admin console 2. Try to assign roles to role groups 3. Try to assign role groups to users ### Expected Behaviour UI should...
I have searched through this plugin's documentation and on StackOverflow and haven't found anything providing this functionality. A potential security issue I've noticed while using the application is that RegistrationCode...