xCss / Valine

A fast, simple & powerful comment system.
https://valine.js.org
GNU General Public License v2.0
2.2k stars 253 forks source link

fix(hash of mail): fix according to gravatar doc #398

Open Misaka13514 opened 2 years ago

Misaka13514 commented 2 years ago

see https://en.gravatar.com/site/implement/hash/

2 steps are needed before hash:

  1. Trim leading and trailing whitespace from an email address
  2. Force all characters to lower-case