grails-spring-security-ui icon indicating copy to clipboard operation
grails-spring-security-ui copied to clipboard

The Spring Security UI plugin provides CRUD screens and other user management workflows.

Results 29 grails-spring-security-ui issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.asciidoctor:asciidoctor-gradle-plugin/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.asciidoctor:asciidoctor-gradle-plugin/1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/com.bertramlabs.plugins:asset-pipeline-grails/3.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/org.asciidoctor:asciidoctorj-epub3/1.5.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

- 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...

Fixed
In Code Review

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...