LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

cannot sign-up using IDM with GitHub #136

Closed jeffreywescott closed 7 years ago

jeffreywescott commented 7 years ago

Reported by @kbishay:

Using a valid invite code takes him to the 'Authenticate with GitHub' screen, but when he clicks that button and signs-in with GitHub, he gets an error in the "snackbar" that says:

TypeError: Cannot call method 'toLowerCase' of null

What's even more terrible is that it then gives an Invalid invite code. error in the top box.

jeffreywescott commented 7 years ago

It's hard to tell when this was introduced, but tracking the bug down points to some incompatibilities with the versions of redux-form and react-toolbox that we were using for the IDM service. A side-effect of it is that users who've been created more recently don't have their timezone set in the IDM database.

That will be fixed separately, and is tracked here: #137.