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 Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
csv 🐛 Fixed invalid email getting saved for members (#16021) 2022-12-16 16:47:52 +05:30
data Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
export Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
filter-param Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
images Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
import Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
media Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
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 Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
cache-rules.js Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
context.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
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 Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00