Grails 3 spring.Security override Register form -


i new grails , trying use spring.security.ui plugin. used grails s2ui-override auth override login form , added link register form. can redirect standard plugin register from, customize register form.

when run grails s2ui-override register register, error:

 copying register resources | rendered template registercontroller.groovy.template destination grails-app/controllers/register/registercontroller.groovy | error command [s2ui-override] error: class path resource [layouts/register.gsp] cannot opened because not exist (use --stacktrace see full trace) 

i solved coping code spring security ui plugin grails 3 github repo project.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -