gristlabs/grist-core

Use Gravatar for the user's picture

開放

#961 建立於 2024年4月30日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (168 個分叉)batch import
good first issuegouv.fr

倉庫指標

星標
 (3,613 顆星)
PR 合併指標
 (平均合併 11天 9小時) (30 天內合併 47 個 PR)

描述

Currently, AFAIK, the user's picture url is only provided when logged using a Google account.

Avatar can also be fetched using Gravatar, which provides a way to add information about oneself based on the email, especially the avatar. I see two non-exclusive possibilities:

  • by doing that automatically on the first log in, if the profile associated to the email exists in gravatar;
  • by offering a button which sets the avatar URL using Gravatar, in the Profile Settings page;

That seems reasonably difficult, especially for newcomers, as the users table already stores the picture url, and Grist already display the avatar if provided. What do you think?

Resources:

貢獻者指南