5.7: Facebook login throws error

Permalink
Hi,

I get the following error when trying to login with an facebook account:

-----
An exception occurred while executing 'insert into Users (uName, uEmail, uPassword, uIsValidated, uDateAdded, uLastPasswordChange, uIsFullRecord, uDefaultLanguage, uIsActive) values (?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["", null, "$2a$12$6LR5R48RRoFOqO8fAtmvbH\/CKsdKRN.MMIui42", 1, "2016-10-11 16:50:11", "2016-10-11 16:50:11", 1, null, 1]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'uEmail' cannot be null
-----

any Idea what I did wrong here?

thx

sk01
 
hutman replied on at Permalink Reply
hutman
The uEmail field is set to null but that's not a valid value. Are you using an add-on or writing something yourself?
sk01 replied on at Permalink Reply
sk01
no, just the built in facebook login.
google works without problems.
hutman replied on at Permalink Reply
hutman
It looks like this is a known issue -https://github.com/concrete5/concrete5/issues/4354...
vGibson replied on at Permalink Reply
vGibson
Any resolution on this problem?
sk01 replied on at Permalink Reply
sk01
<sarcasm>no, but you can discuss about v8 UX/UI on github instead. </sarcasm>