Spring security custom login page
问题 Can anybody please help me to get how can i add more field in custom login jsp file ? The default is "j_username" and "j_password". What if i want to add more field i.e and want to get it in my CustomAuthenticationProvider class which extends AbstractUserDetailsAuthenticationProvider . If there is any resource or link out there please let me know. 回答1: Quoting the official FAQ: 1.1. I need to login in with more information than just the username. How do I add support for extra login fields (e