#8425 closed defect (bug) (fixed)
nouveau doesn't display password box on twenty twenty-one
| Reported by: | iamthewebb | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2.0 |
| Component: | Templates | Version: | 7.1.0 |
| Severity: | normal | 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
@
6 years ago
- Keywords has-patch added
- Milestone Awaiting Review → 7.2.0
- Owner set to
- Status new → assigned
#4
@
6 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed
- Status closed → 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.
6 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.