SShehab
SShehab

Reputation: 1051

Add more properties in spring security UI grails plugin

I'm using Grails 4.0.9 and spring security core grails plugin 4.0.3 and spring-security-ui:4.0.0.M1, I want to add some properties while the user is registering such as telephone number and age, how I can do this while using the default Spring security default UI

Upvotes: 1

Views: 95

Answers (1)

Puneet Behl
Puneet Behl

Reputation: 996

The plugin generates the default implementation for you. So you would need to update the default generated templates for the RegisterController and forms.

Please check the customisation section in the plugin documentation.

Upvotes: 4

Related Questions