aboutsummaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-29 22:50:44 -0300
committerPitu <[email protected]>2017-01-29 22:50:44 -0300
commit4cd076b4f6d506891b56a0048b18d43884de1275 (patch)
tree23da7a97e41da4beeba5ac9e0c42e4ccc95bfff9 /controllers
parentAdded change password for users (diff)
downloadhost.fuwn.me-4cd076b4f6d506891b56a0048b18d43884de1275.tar.xz
host.fuwn.me-4cd076b4f6d506891b56a0048b18d43884de1275.zip
derp
Diffstat (limited to 'controllers')
-rw-r--r--controllers/authController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/authController.js b/controllers/authController.js
index 464cb7d..0d00cea 100644
--- a/controllers/authController.js
+++ b/controllers/authController.js
@@ -7,6 +7,7 @@ const randomstring = require('randomstring')
let authController = {}
authController.verify = function(req, res, next){
+
let username = req.body.username
let password = req.body.password