meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities
http://useraccounts.meteor.com/
MIT License
529 stars 281 forks source link

AutoLogin after signup #570

Open GJean opened 8 years ago

GJean commented 8 years ago

Hello,

When I use signup form, I have an auto login. It's possible to stop this auto login ?

Thanks, GJean

sschuchlenz commented 8 years ago

+1

gdon commented 8 years ago

+1

splendido commented 8 years ago

Here are the relevant lines causing the autologin after a successful registration.

Could you please propose a PR to have this under another condition based on an additional configuration parameter? Please add a parameter here and its default value (true to keep current behaviour when not differently specified) here. Add a short descritpion also into the guide here