Opened 4 years ago
Closed 3 years ago
#8542 closed enhancement (fixed)
Add filters to edit the URL used to redirect an activated account
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 10.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Members | Keywords: | has-patch dev-feedback |
Cc: |
Description ¶
I'm wondering why we are using two different ways to get the activation URL when an account is activated?? Is there a specific reason to use bp_get_root_domain() . '/' . $bp->pages->activate->slug
instead of bp_get_activation_page()
when there's an activation error?
The patch suggests to use the same template tag to get the activation URL and add filters to let advanced users eventually edit this redirection.
Pull Requests
- Loading…
Note: See
TracTickets for help on using
tickets.
I don't know why the two different URLs, but patch looks good.