Profile “backgrounds” or “cover images” are becoming extremely common. Facebook has 'em, Twitter has 'em, MySpace had 'em all the way back in 1997 or whenever it was.
SSO is for integrating with a site. Some of those sites will have profile backgrounds or cover images. Ergo, SSO should provide the ability to override this alongside the ability to override avatars. I assume much of the implementation would be similar.
Hello @sam, Do you know if there has been any development with pulling the profile backgrounds with SSO?
Photography based sites like ours could benefit from this feature. Thanks.
Hello there, I’m seeking the opportunity to apply for Outreachy internship with Discourse.
I currently maintains a Discourse forum for transgenders with a customized theme and thus have got some UI experience from it. I’m not much familiar with Rails, though.
For my first contribution, I tried adding this feature into the core. However, I stuck in debugging that the job to download profile background can be executed successfully from rails c, but not from the app/models/discourse_single_sign_on.rb.
Here is my code.
I also wondered if this could be used as a contribution for application or I must choose the two plugins listed on the description page.
I found that the url argument I used in rails console enqueueing was on a remote site while the sso_url set in SiteSetting was one a local one. The function FileHelper.download refused to download an image from a site with IP address in private ranges.