#8425 closed defect (bug) (fixed)
nouveau doesn't display password box on twenty twenty-one
Reported by: | iamthewebb | Owned by: | imath |
---|---|---|---|
Milestone: | 7.2.0 | Priority: | normal |
Severity: | normal | Version: | 7.1.0 |
Component: | Templates | Keywords: | needs-patch |
Cc: |
Description
buddypress/bp-templates/bp-nouveau/css/twentytwentyone.min.css
#buddypress.twentytwentyone .wp-pwd:not(.is-open) { display: none; }
Hides the password box and currently needs overridden so it will display and allow sign up
Attachments (1)
Change History (8)
#1
@
4 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 7.2.0
- Owner set to imath
- Status changed from new to assigned
#4
@
4 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Ouch I just noticed I made a mistake. Although the commit is fixing the password display on register page, it introduced a wrong behavior into the User's profile setting screen.
This ticket was mentioned in Slack in #buddypress by imath. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
Hi @iamthewebb
I confirm, thanks a lot for reporting this issue. This rule was added for the user's profile general settings where the pwd field was wrongly displayed. At this place it's needed to click on a button to change the password. It appears we need to narrow how this rule applies to make sure the password field is output into the registration form.