1 Reply Latest reply on Jul 9, 2002 10:56 PM by bnapier

    Using e-mail as user name in users.properties.

    bnapier

      Does anyone know of a way of being able to use an e-mail address as the login name when using users.properties? Ideally, I would like to be able to have:

      user1@company.com=password
      user2@company.com=password

      But it wigs out because of the '.' ... Any ideas of ways to get around that?

      Thanks.

      Bryan

        • 1. Re: Using e-mail as user name in users.properties.
          bnapier

          Well, I never did find a solution to this problem (i actually needed the e-mail address to work in roles.properties... cause in roles.properties the period gets interpretted as a delimited of the group), so I instead just switched to the DatabaseLoginModule which works flawlessly.

          So in short, nevermind!