Ghost/ghost/core/test/utils/fixtures
Rishabh Garg 2eac41b1f4
🐛 Fixed invalid email getting saved for members (#16021)
refs https://github.com/TryGhost/Team/issues/2235

We found some cases which can cause a site to have member emails that have invalid characters like `member@example.com�`. This happened due to the `validator` version used by Ghost not able to catch some specific cases as invalid email, allowing members to be created with them either via Admin or Importer or direct signup. Portal UI already blocked these email as invalid. This change:

- updates `@tryghost/validator` to include a latest version of email validator that catches these invalid cases
- doesn't allow member creation with invalid email like above
- doesn't allow existing member emails to be edited to invalid
2022-12-16 16:47:52 +05:30
..
admin-build 🐛 Fixed missing published Admin assets when running in development 2022-08-04 10:55:35 +02:00
config
csv 🐛 Fixed invalid email getting saved for members (#16021) 2022-12-16 16:47:52 +05:30
data
export
filter-param Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
images
import
media
settings 🐛 Fixed sitemaps with no content (#15571) 2022-10-12 14:11:19 +01:00
themes Fixed the typo 2022-08-04 15:38:32 +01:00
urls
cache-rules.js Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
context.js
data-generator.js Added email debug API (#15915) 2022-12-02 09:44:32 +01:00
default-settings-browser.json Fixed local environment for playwright tests 2022-12-07 09:44:05 +07:00
default-settings.json Update the cover image in default fixtures (#15817) 2022-11-15 21:19:50 +00:00
fixtures.json Added permissions for link edit endpoints (#15664) 2022-10-20 09:11:26 +05:30
test.hbs