mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
27bf453792
refs #10060 - Migrated authentication.resetPassword method to v2 - Migrated authentication.acceptInvitation method to v2 - Migrated authentication.setup method to v2 - Added missing test coverage for "setupUpdate" method - Migrated authentication.updateSetup method to v2 - Migrated authentication.isInvitation method to v2 - Migrated authentication.isSetup method to v2 - Removed unused 'setup.completed' event as it wasn's used anywhere in the system and has been complicating the logic unnecessarily - Without the event, it's possible to simplify sendNotification method to just use email address of the user - Added email sending check to v0.1 test suite - Refactored sendNotification method to just use email address as parameter - Renamed sendNotification to sendWelcomeMail - The only thing the method does now is sending welcome mail, so new naming seems natural :) |
||
---|---|---|
.. | ||
admin | ||
api | ||
shared | ||
site | ||
index.js | ||
parent-app.js |