Hi I have written an implementation of LoginModulePlugin. The problem that I am facing is that whenever my login module plugin gets invoked with an existing JCR user's credentials, its getAuthentication method is called but whenever it is invoked with a non-existant JCR user credentials, it never gets invoked, even though the canHandle method returns true for this request. Is it necessary for a user with the specified credentials to already exist in the JCR when authenticating via LoginModulePlugin?
Regards connuser
