0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration/model
Hannah Wolfe 6098b83152 Adding case-insensitive User.getByEmail method
fixes #1498

- emails are no longer converted to lowercase, local mailbox can validly
  be mixed case
- getByEmail uses JS to compare emails to ensure we can support unicode
- tests that users can be retrieved by their email address with case
  insensitivity
2014-01-15 10:39:40 +00:00
..
model_permissions_spec.js
model_posts_spec.js Add rss to the list of reserved post titles/slugs. 2014-01-07 17:30:53 -07:00
model_roles_spec.js
model_settings_spec.js Replace cookieSession with session 2013-11-24 15:29:36 +01:00
model_tags_spec.js
model_users_spec.js Adding case-insensitive User.getByEmail method 2014-01-15 10:39:40 +00:00