Opened 3 years ago
Closed 3 years ago
#2530 closed Defect (fixed)
Login with Twitter creates orphaned users
| Reported by: | nickw | Owned by: | nickw |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Twitter API | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
In the case where Login with Twitter creates a new user account, a failure for a user to login (see #2529) will cause set_plugin_usersetting() to fail, thereby locking the account from being discovered later by use of the oAuth tokens. Additionally, a user will always be presented with a successful login message.
Change History (2)
comment:1 Changed 3 years ago by nickw
- Component changed from Core to Twitter Service
comment:2 Changed 3 years ago by nickw
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:7014]) Storing user oAuth tokens regardless of login status.
Closes #2530