Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8383 closed defect (bug) (fixed)

Hash in a tag ID?

Reported by: dragoeco's profile dragoeco Owned by: imath's profile imath
Milestone: 7.0.0 Priority: lowest
Severity: trivial Version: 6.3.0
Component: Settings Keywords:
Cc:

Description

Hello guys, I found a hash in a form ID in buddypress\bp-templates\bp-nouveau\buddypress\members\single\settings\delete-account.php, line 17

<form action="<?php echo esc_url( bp_displayed_user_domain() . bp_get_settings_slug() . '/delete-account' ); ?>" name="account-delete-form" id="#account-delete-form" class="standard-form" method="post">

I guess is a little error right?

Change History (2)

#1 @imath
4 years ago

  • Milestone changed from Awaiting Review to 7.0.0

Hi @dragoeco

Thanks for your feedback. Good catch. It also made me discover a JavaScript bug. I will fix this asap.

#2 @imath
4 years ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 12773:

BP Nouveau: make sure users can delete their account from front end

  • Avoid using hashtags into tag attributes.
  • Improve the function to toggle the availability of the "delete my account" submit button.

Props dragoeco

Fixes #8383

Note: See TracTickets for help on using tickets.