Change login page for spring security plugin in grails

后端 未结 2 1448
温柔的废话
温柔的废话 2021-02-08 02:06

Is there a way that I can create my own custom login page and send the data to login controller of spring security plugin. I currently see my code redirecting directly to the de

2条回答
  •  难免孤独
    2021-02-08 02:53

    I copied the file auth.gsp from here:

    https://github.com/grails-plugins/grails-spring-security-core/blob/master/grails-app/views/login/auth.gsp

    to grails-app/views/login/auth.gsp

提交回复
热议问题