Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to login after account registration #3

Open
Webdesignwill opened this issue Nov 12, 2014 · 0 comments
Open

Redirect to login after account registration #3

Webdesignwill opened this issue Nov 12, 2014 · 0 comments

Comments

@Webdesignwill
Copy link
Owner

Once the user registers for the first time, redirect to login and return to the user that they created the account.

res.redirect('login?registered=1');
if (req.param('registered') === '1') {
messages = flash('Congratulations, your account was created!', null);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant