Merge pull request #4 from whitef0x0/master

Fix node-email-verification
This commit is contained in:
Samuel Laulhau 2016-06-19 08:19:36 +02:00 committed by GitHub
commit 090118dc3a
8 changed files with 6 additions and 6 deletions

View file

@ -13,14 +13,12 @@ Current stable release: v1.3.0
TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that can create stunning forms from PDFs or from scratch
##Demo Forms
[Job Application Example](https://stage.tellform.com/#!/forms/571a76b856d64f9e4ca73ca1)
[Contact Form Example](https://stage.tellform.com/#!/forms/57196d592601ed12074eecc0)
[Patient Registration Example](https://stage.tellform.com/#!/forms/573f8329d18419854559c29c)
[See examples here](https://tellform.com/examples)
##Screenshots
![screenshot](design/screenshots/tellform_screenshot1.png)
![screenshot](design/screenshots/analytics.png)
![screenshot](design/screenshots/tellform_rating.png)
## Features

View file

@ -124,7 +124,8 @@ exports.signup = function(req, res) {
// new user created
if (newTempUser) {
nev.registerTempUser(newTempUser, function (err) {
var URL = newTempUser[nev.options.URLFieldName];
nev.sendVerificationEmail(user.email, URL, function (err, info) {
if (err) {
console.log('Error: ');
console.log(err);

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

View file

@ -207,6 +207,7 @@
</div>
<div class="row col-xs-12 field-title-row">
<div class="col-xs-3">
<strong>{{ 'FIELD_TITLE' | translate }}</strong>
</div>