1 Reply Latest reply on Oct 28, 2004 3:02 PM by starksm64

    Password with numeric data in it fails.

    midphant

      We have written a custom login module for JBoss 3.2.6. With all alpha characters in the password, the login completes successfully. Traces show going thru our Initialize(), login(), and commit() all returning true. If the password has numeric data in it, we get the same thing: Initialize, login, and commit return true. Immidiately after that, the traces show that our logout() gets called and the whole login process fails. Any ideas why numeric data gets rejected? Any idea what code would be calling our logout() after we state that everything is valid?

      Thanx in advance!