User tests: Successful: Unsuccessful:
Pull Request for Issue #16887
When the field is set to hidden we don't push it as available field
Go to the Forgot your username?
or Forgot your password?
view with and without the recatcha plugin enabled
Works with and without the plugin enabled.
Without the plugin enabled see:
none
@mbabker i have requested a review as I'm not sure if this is the correct way to do that. Should the view be resposible to hide the hidden fields or is the underlaying code responsible to do that?
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Ok so we should better move the hidden check to the views?
I have tested this item
Labels |
Added:
?
|
Category | Libraries | ⇒ | Front End com_users |
I have just moved the check to the view please retest.
Looks better now.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-11 14:02:12 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
Something about this doesn't seem correct just on a glance. Hidden fields should always be available, the logic to determine if they print any markup needs to be closer to the rendering spot though, not at a high level in the main form class.