Hi, I have modified the login page according my needs, and all is working but there are more changes. I would like to have two login page. I have a UsernamePasswordCredentials.java and my CustomUsernamePasswordCredentials.java which contains new fields and I have two providers (LDAP and JDBC). I want to add new features as a describe below: - have a /login and /customLogin url each one using his own model /login will use UsernamePasswordCredentials.java as a model, this would be authenticate against LDAP /customLogin will use CustomUsernamePasswordCredentials.java as a model, this would be authenticate against JDBC
Could you help me? -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
