Welcome, Guest
Username Password: Remember me

Please help me AUTO LOGIN after registration
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Please help me AUTO LOGIN after registration

Please help me AUTO LOGIN after registration 2 years, 2 months ago #15352

  • ncsquare
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Points: 142
  • Karma: 0
Hello, I am in desperate need to redirect my user into his/her account right after they register. I have tried the following to no avail:

Open the file:
components/com_alpharegistration/controller.php

Then comment out the line: $this->setRedirect('index.php', $message);

and add this after it -

//$this->setRedirect('index.php', $message);
$usersipass['username'] = $user->get('username');
$usersipass['password'] = $password;
$mainframe->login($usersipass);
$mainframe->redirect( 'index.php' );


Any assistance would be immensely appreciated!

Thank you

Re: Please help me AUTO LOGIN after registration 2 years, 2 months ago #15375

  • ncsquare
  • OFFLINE
  • Fresh Boarder
  • Posts: 14
  • Points: 142
  • Karma: 0
Please! Anyone? My client is breathing down my neck. I will gladly pay anyone who can help me do this.

Cheers

Re: Please help me AUTO LOGIN after registration 1 year, 4 months ago #17771

  • markarupert
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Points: 26
  • Karma: 0
I am also trying to do the same thing to no avail. I have version 1.5.23. as anyone responded to this? When I try to use this code it does not redirect properly and does not log the user in.

Mark

Re: Please help me AUTO LOGIN after registration 1 year, 4 months ago #17774

  • Bernard
  • OFFLINE
  • Administrator
  • Posts: 3789
  • Karma: 92
You must redirect on this :
index.php?option=com_user&view=user&task=edit
More components on this site are free but...
Ever thought about giving something back?
Please make a donation if you want to support its continued development. Your donations help by hardware, hosting services and other expenses.
  • Page:
  • 1
Time to create page: 1.38 seconds
Goto Top