mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Allow public registration module to hook into email system
This commit is contained in:
parent
185514ea35
commit
e2d515f957
2 changed files with 1 additions and 2 deletions
|
@ -89,6 +89,7 @@ templates.projectSharedWithYou =
|
|||
"""
|
||||
|
||||
module.exports =
|
||||
templates: templates
|
||||
|
||||
buildEmail: (templateName, opts)->
|
||||
template = templates[templateName]
|
||||
|
|
|
@ -6,9 +6,7 @@ UserRegistrationHandler = require("./UserRegistrationHandler")
|
|||
logger = require("logger-sharelatex")
|
||||
metrics = require("../../infrastructure/Metrics")
|
||||
Url = require("url")
|
||||
AuthenticationController = require("../Authentication/AuthenticationController")
|
||||
AuthenticationManager = require("../Authentication/AuthenticationManager")
|
||||
ReferalAllocator = require("../Referal/ReferalAllocator")
|
||||
UserUpdater = require("./UserUpdater")
|
||||
SubscriptionDomainAllocator = require("../Subscription/SubscriptionDomainAllocator")
|
||||
EmailHandler = require("../Email/EmailHandler")
|
||||
|
|
Loading…
Reference in a new issue