nodeclub
nodeclub copied to clipboard
:baby_chick:Nodeclub 是使用 Node.js 和 MongoDB 开发的社区系统
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
使用邮箱注册收不到激活邮件,使用Github注册也不行
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...
https://github.com/cnodejs/nodeclub/blob/master/app.js ``` var requestLog = require('./middlewares/request_log'); var renderMiddleware = require('./middlewares/render'); var logger = require('./common/logger'); var helmet = require('helmet'); var bytes = require('bytes') ``` 43 行的位置
只能给自己发邮件,发送到其它信箱就会出现554错误,相关配置如下: ` debug: false, mail_opts: { host: 'smtp.163.com', port: 465, auth: { user: '用户名', pass: '授权码' }, ignoreTLS: true, },`