An error occurred while fetching the assigned milestone of the selected merge_request.
- Rosanny Sihombing authored
+ 46
- 40
@@ -21,8 +21,6 @@ const projectRepo = require('../classes/repo')
@@ -21,8 +21,6 @@ const projectRepo = require('../classes/repo')
@@ -112,28 +110,27 @@ module.exports = function (app, config, passport, i18n) {
@@ -112,28 +110,27 @@ module.exports = function (app, config, passport, i18n) {
var updatePasswordMailContent = '<div>Lieber Nutzer,<br/><br/>Ihr Passwort wurde erfolgreich geändert.<br/><br/>' + mailSignature + '</div>';
data.id, req.user.email, data.salutation, data.title, data.firstname, data.lastname, data.industry, data.organisation, data.speciality, data.m4lab_idp, null, data.verificationStatus
@@ -166,10 +163,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -166,10 +163,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -181,9 +179,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -181,9 +179,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -235,10 +234,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -235,10 +234,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -249,7 +249,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -249,7 +249,7 @@ module.exports = function (app, config, passport, i18n) {
@@ -261,9 +261,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -261,9 +261,10 @@ module.exports = function (app, config, passport, i18n) {
dbconn.user.query('UPDATE user SET ? WHERE email = "' +userData.email+'"', userData, function (err, rows, fields) {
@@ -280,10 +281,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -280,10 +281,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -461,9 +464,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -461,9 +464,10 @@ module.exports = function (app, config, passport, i18n) {
@@ -475,10 +479,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -475,10 +479,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -531,9 +537,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -531,9 +537,11 @@ module.exports = function (app, config, passport, i18n) {
@@ -557,10 +565,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -557,10 +565,12 @@ module.exports = function (app, config, passport, i18n) {
@@ -705,7 +715,6 @@ module.exports = function (app, config, passport, i18n) {
@@ -705,7 +715,6 @@ module.exports = function (app, config, passport, i18n) {
@@ -743,9 +752,6 @@ module.exports = function (app, config, passport, i18n) {
@@ -743,9 +752,6 @@ module.exports = function (app, config, passport, i18n) {