Hi I've got an issue with one of my use cases. My requirements are to authenticate and authorize using the following fields in a login.jsp page: 1. I must include one radio button that indicates that user is logging using a username and password (not encrypted) and another radio button that indicates that user is loggin using a serial number and password 2 One input box to capture the username/serial number 3 One input box to capture the password (not encrypted)
With the latter, I need to go to one table for 'username/password' and another table for 'serial number/password'. Questions? How do I tell Acegi to use this radio button to decide where to go in the database? Any hints are welcome!