• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Register and automatic login joomla

Register and automatic login joomla 11 years 7 months ago #19106

  • pelao84
  • pelao84's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello sry for my english.

i have a form register joomla whit rsform :), and i need when complete this, automatic login sesion.

Enable Confirmation by Email = No

work whit joomla 1.5

thnks very much!
The administrator has disabled public write access.

Register and automatic login joomla 11 years 2 months ago #21267

I have a similar situation with JOOMLA version 2.5.7 where I have a registration form using RS Form Pro! and I need to be able to let the user auto login after successful registration.

I opened a support ticket but was told auto login is not something RS Form Pro! offers but requires custom scripting. I have tried many scripts but none seem to work.

Does anyone have a sample script that I can use to enable auto login?
The administrator has disabled public write access.

Register and automatic login joomla 10 years 8 months ago #24399

  • info8000
  • info8000's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Has anyone out there found a way around this?
The administrator has disabled public write access.

Register and automatic login joomla 10 years 5 months ago #25509

  • md8dev
  • md8dev's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 2
Maybe work in j2.5 and j3.1...
Just add this cod in script called on form process area:

$credentials = array();
$credentials['username'] = $_POST['form']['USERNAME FIELD FROM YOUR FORM'];
$credentials['password'] = $_POST['form']['PASSWORD FIELD FROM YOUR FORM'];
$login_site =& JFactory::getApplication('site');
$login_site->login($credentials, $options=array());
Last Edit: 10 years 5 months ago by md8dev.
The administrator has disabled public write access.
The following user(s) said Thank You: mojtabapordel, karikusz

Register and automatic login joomla 8 years 4 months ago #33442

  • ahenry4
  • ahenry4's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
This isn't working for me.
Unfortunately I don't think this doesn't seem to work in the latest Joomla version 3.4...
The administrator has disabled public write access.

Register and automatic login joomla 7 years 1 month ago #36588

  • AGuerrero
  • AGuerrero's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 1
MAYBE, this one www.webemus.com/joomla-extensions/webemus-autologin (i have not try it)
The administrator has disabled public write access.

Register and automatic login joomla 5 years 7 months ago #38489

  • bowner
  • bowner's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 6
I just added this script into the 'Script called after form has been processed' field and it worked fine.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!