Spring Boot Security login.html location in Grails 3.0 -


i've implemented spring boot security in grails 3.0.1. want customize default spring boot login form, can't find login.html anywhere.

i've read kinds of tutorials , documentations , login.html location should in "src/main/resources/templates/login.html" not exist in project.

here 3 part tutorial series followed while implementing spring boot grails 3.0.1 http://spiesdavid.blogspot.fi/2015/03/grails-3-app-with-security-part-1.html

i solved problem, there lot of work do. needed create 2 controllers, 1 of them new login page's controller , submit login form (empty). next step creating interceptor, capure requests second controller, , in before method, login process (it must have reference authenticationmanager, default providermanager) finally, created new authentication provider, responsible making authentication, , must assigned authenticationmanager


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -