0

Is it possible to have multiple authentication sources enabled in Redmine.

This is to say that I can login using both my google apps account and/or my existing redmine username and password.

GeekTantra
  • 11,580
  • 6
  • 41
  • 55

1 Answers1

0

Yes.

You can mix and use at the same time internal redmine accounts, OpenID and LDAP.

marapet
  • 54,856
  • 12
  • 170
  • 184
  • Can we use them simultaneously? Basically I want to set an internal authentication password when we are using OpenID access. – GeekTantra Apr 18 '12 at 06:28
  • I think I get now what you mean: Yes, you can use them simultaneously, but no, you can't login with an OpenID user using an internal password. Each user is tied to one single authentication source. – marapet Apr 18 '12 at 07:05