? ? Success

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
1 Jul 2017

Pull Request for Issue #16921

Summary of Changes

In case that the plugin is not enabled there is a notice on the screen.

Testing Instructions

set error reporting to maximum
disable the joomla user plugin (User - Joomla)

Expected result

No error and the password field is required

Actual result

a php notice

Documentation Changes Required

none

avatar zero-24 zero-24 - open - 1 Jul 2017
avatar zero-24 zero-24 - change - 1 Jul 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 Jul 2017
Category Administration com_users
avatar franz-wohlkoenig franz-wohlkoenig - test_item - 1 Jul 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 1 Jul 2017

I have tested this item successfully on 3aa6bfb


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

avatar zero-24 zero-24 - change - 1 Jul 2017
Labels Added: ?
avatar zero-24
zero-24 - comment - 1 Jul 2017

Thnaks done @mbabker

avatar laoneo laoneo - test_item - 2 Jul 2017 - Tested successfully
avatar laoneo
laoneo - comment - 2 Jul 2017

I have tested this item successfully on 551f798


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

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 2 Jul 2017 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 2 Jul 2017

I have tested this item successfully on 551f798


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 2 Jul 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 2 Jul 2017

RTC after two successful tests.

avatar brianteeman
brianteeman - comment - 2 Jul 2017

Is it not the expected behaviour?
it is stated in the plugin "Warning! You must have enabled at least one plugin that handles the user session management or you will lose all access to your site."

so the question really is - does this notice appear if you disable the core user plugin and enable a different one?

avatar zero-24
zero-24 - comment - 2 Jul 2017

does this notice appear if you disable the core user plugin and enable a different one?

Yes.

avatar brianteeman
brianteeman - comment - 2 Jul 2017

does this notice appear if you disable the core user plugin and enable a different one?

Yes.

thats ok then - just wanted to check

avatar innato
innato - comment - 3 Jul 2017

This really solves the issue, that I had reported in closed issue #16921. It doesn't make sense that an extension must be enabled before another extension can read a param of the first extension. Makes me happy. Does RTC mean it will be implemented? Sorry if asking the obvious...


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

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 3 Jul 2017

@innato Release Lead will decide if and in which Release an RTC will be merged. Release Lead for 3.7 is @rdeutz

avatar innato
innato - comment - 3 Jul 2017

@franz-wohlkoenig what does RTC stand for?
551f798 successfully tested, BUT Dreamweaver cs5.5 nows throws error on line 251 (earlier line 246)

line 251 was line 246: $stillSuperAdmin = ($stillSuperAdmin) ? ($stillSuperAdmin) : JAccess::checkGroup($group, 'core.admin');
line 251 now is: $stillSuperAdmin = $stillSuperAdmin ?: JAccess::checkGroup($group, 'core.admin');


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

avatar Quy
Quy - comment - 3 Jul 2017

RTC = Ready to Commit

This is an issue with your version of Dreamweaver not recognizing the ?: operator. I am using Dreamweaver CS6.0 and I don't get an error with that line.

avatar rdeutz rdeutz - change - 5 Jul 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-07-05 17:47:59
Closed_By rdeutz
Labels Added: ?
avatar rdeutz rdeutz - close - 5 Jul 2017
avatar rdeutz rdeutz - merge - 5 Jul 2017

Add a Comment

Login with GitHub to post a comment