? Success

User tests: Successful: Unsuccessful:

avatar anibalsanchez
anibalsanchez
17 Jan 2015

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.

avatar anibalsanchez anibalsanchez - open - 17 Jan 2015
avatar jissues-bot jissues-bot - change - 17 Jan 2015
Labels Added: ?
avatar Kubik-Rubik
Kubik-Rubik - comment - 17 Jan 2015

Good catch, @anibalsanchez!

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

avatar Kubik-Rubik Kubik-Rubik - test_item - 17 Jan 2015 - Tested successfully
avatar Kubik-Rubik Kubik-Rubik - change - 17 Jan 2015
Category Installation MS SQL Postgresql SQL
avatar richard67
richard67 - comment - 17 Jan 2015

@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.
avatar richard67 richard67 - test_item - 17 Jan 2015 - Tested successfully
avatar Kubik-Rubik
Kubik-Rubik - comment - 17 Jan 2015

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

avatar Kubik-Rubik Kubik-Rubik - change - 17 Jan 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-01-17 16:16:40
avatar Kubik-Rubik Kubik-Rubik - close - 17 Jan 2015

Add a Comment

Login with GitHub to post a comment