Opened 13 years ago
Closed 13 years ago
#13760 closed defect (bug) (fixed)
Unused validation in wpmu_activate_signup
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description
wpmu_activate_signup
calls wpmu_validate_user_signup
without acting on its response.
Patch returns errors, if any are generated by wpmu_validate_user_signup
. Otherwise, it uses the username and email as validated by wpmu_validate_user_signup
.
Attachments (1)
Change History (7)
#3
@
13 years ago
Looks like the validation is done in validate_user_signup() and validate_blog_signup() in wp-signup.php. Does wp_activate_signup() really need to run these again, or can it assume what is pulled from the DB is safe?
Note: See
TracTickets for help on using
tickets.
The call to wpmu_validate_blog_signup() is the same way.