web-cat / pythy

Pythy – the Cloud-Based IDE for Novice Python Programmers
18 stars 3 forks source link

Only one authentication mechanism is active #16

Open s-edwards opened 11 years ago

s-edwards commented 11 years ago

The authentication config for accounts appears to use local database authentication now (via devise), and LDAP authentication for VT user names is no longer active. Unfortunately, some VT users may have "created" brand new accounts as a result, that are completely separate from any VT-LDAP-based account they had before. We need to track this down and fix the problem, and figure out whether one authentication mechanism (or many, living side-by-side) is best, and make it work that way.