Opened 9 years ago
Last modified 5 years ago
#34805 new defect (bug)
registration_errors filter not called when adding users in admin section
Reported by: | mikelopez | 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_Error
object) if that is needed.