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

User - Joomla! plugin is not initialized - Notification Mail to User problem #5765

Closed
anibalsanchez opened this issue Jan 16, 2015 · 4 comments

Comments

@anibalsanchez
Copy link
Contributor

Steps to reproduce the issue

  • Install a Joomla site
  • Enable "Allow User Registration"
  • Register a new user in the front-end
  • No activation mail

Expected result

  • An activation email to the user

Actual result

  • No activation mail

System information (as much as possible)

"User - Joomla!" plugin shows a default xml configuration. But, it is not initially saved in the extensions table. You must save at least one the plugin to activate the options.

Additional comments

@infograf768
Copy link
Member

I do not confirm this issue.
Once more: the User - Joomla plugin "Notification mail to user" explicitely deals with the mail sent when the user is created in back-end, NOT in frontend.

screen shot 2015-01-17 at 07 55 44

@anibalsanchez
Copy link
Contributor Author

I have just installed a Joomla! 3.4.0-dev.

User - Joomla!

  • Auto-create Users = Yes
  • Notification Mail to User = Yes
  • Force Logout for all sessions? = Yes

Initial #__extensions table, plg_user_joomla

params={"strong_passwords":"1","autoregister":"1"}

Post save state #__extensions table, plg_user_joomla

If you access the plugin and just save it

params={"autoregister":"1","mail_to_user":"1","forceLogout":"1"}

Thus, plugin params are not persisted after installation, with the default xml configuration values.

Kubik-Rubik added a commit that referenced this issue Jan 17, 2015
User - Joomla! plugin is not initialized (Ref #5765)
@anibalsanchez
Copy link
Contributor Author

I sent a new PR: #5794

This one can be closed. Txs.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5765.

@Kubik-Rubik
Copy link
Member

See referecend PR, I close this one. Thanks!

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

4 participants