I believe that the linkedin token stored in the database should be deleted when a user is deleted. Currently, this is not the case, and when a user is deleted and tries to register again using the same LinkedIn account, it causes issues...

CommentFileSizeAuthor
#1 delete_token-1364728-1.patch610 bytesguillaumev

Comments

guillaumev’s picture

Status: Active » Needs review
StatusFileSize
new610 bytes

Here is a patch that deletes the corresponding token when a user is deleted

bellesmanieres’s picture

Thanks. Added to linkedin.module instead, as it's true for other parts than auth. Backported to 6 dev.

deanflory’s picture

Issue summary: View changes

Is this committed to 7.x?