|
This is a simple plugin to login a user just after the account creation. It provides a little better handling for the registration-,activation- and login- process:
1a) after successful registraion the user would be automatically logged in and redirect to the url set in the menu item.
1b) or after successful registration the login view would be viewed.
2) after successful login redirects to the url set in the menu item or on a base64_encode URL in an hidden imput[name=return] in your acount creation form template, to be redirected back to the page the account creation process started, after the user account is created.


 Read more -
|