You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that Devise does have the correct behavior but SocialStream is overriding it - user.rb has some functions which seem to imply this. Also, the email address is downcased in the DB, just that SS's changes result in the user-entered email not being downcased before comparison with what's in the DB. So, in summary, this issue still appears to be within SS code. Think we have a fix for it, will post later tonight.
To close the loop on this, we ended up extending the authentication controller and downcasing the login before doing the comparison. But this should be fixed in SS, IMHO.
It appears that the login field (email address) is case sensitive. This should really be case insensitive. Thanks!
The text was updated successfully, but these errors were encountered: