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 (Ref #5765) #5794

Merged
merged 1 commit into from Jan 17, 2015
Merged

User - Joomla! plugin is not initialized (Ref #5765) #5794

merged 1 commit into from Jan 17, 2015

Conversation

anibalsanchez
Copy link
Contributor

User - Joomla! plugin default values, according xml configuration

  • 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.

Proposed solution

Fix on SQL scripts to have the same values than default xml configuration.

params={"autoregister":"1","mail_to_user":"1","forceLogout":"1"}
@Kubik-Rubik
Copy link
Member

Good catch, @anibalsanchez!

One more "tester", then can be merged. Thanks!

@richard67
Copy link
Member

@test Success. Params in database initialized correctly after installation (pre-save), i.e. as shown in description for post-save.


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

@Kubik-Rubik
Copy link
Member

Thanks for the PR @anibalsanchez and the testing @richard67!

Kubik-Rubik added a commit that referenced this pull request Jan 17, 2015
User - Joomla! plugin is not initialized (Ref #5765)
@Kubik-Rubik Kubik-Rubik merged commit d2cc2e4 into joomla:staging Jan 17, 2015
@Kubik-Rubik Kubik-Rubik added this to the Joomla! 3.4.0 milestone Jan 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants