Opened 10 years ago
Last modified 7 years ago
#34805 new defect (bug)
registration_errors filter not called when adding users in admin section
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | |
| Focuses: | Cc: |
Description
Hi,
I believe that the registration_errors filter should also be called when adding a user from within the admin area.
As it stands now, it's only called when adding a user via wp-login.php
Cheers!
Mike
Change History (2)
Note: See
TracTickets for help on using
tickets.
Adding a user through the admin isn't really a registration, isn't it?
I'd rather add a new filter for
$add_user_errors(aWP_Errorobject) if that is needed.