discourse-edx-lti icon indicating copy to clipboard operation
discourse-edx-lti copied to clipboard

Cannot access Discourse if user have changed username / email associated to their edx account

Open brospars opened this issue 5 years ago • 4 comments

If an user changes his username or email associated with their edx account, then he cannot access Discourse because of this.

Wouldn't it be possible to update his account instead of throwing an error ?

brospars avatar May 07 '19 07:05 brospars

@brospars Thanks! In my limited experience, this hasn't been an issue, so that's why it's more conservative now. But that may be related to the particular courses, or that they've been smaller and we just haven't run into anyone changing their name yet. :)

If you want to submit a pull request changing this, please include links to EdX documentation and Discourse docs about this, as the plugin would have to make the same assumptions about which is the primary key and how changes are handled (eg, as in https://support.edx.org/hc/en-us/articles/115016004448-Can-I-change-my-edX-username- for EdX).

kevinrobinson avatar May 07 '19 11:05 kevinrobinson

Yes Edx use the username as primary key, so this plugin could make the same assumption and if the email has changed then update it.

I'm leaving for some days but I will look into it next week

brospars avatar May 07 '19 15:05 brospars

@brospars Sounds good, pull requests welcome! 👍

I'm also happy to brainstorm on how to verify this is works correctly for the various edge cases, since there's a bunch of risk in deploying that I likely won't be able to verify myself.

kevinrobinson avatar May 07 '19 15:05 kevinrobinson

@kevinrobinson Hello just to let you know I've opened two PR would you mind taking a look ?

brospars avatar Jun 30 '21 07:06 brospars