Not a bug No way to disable sending notification on username without extending service

TickTackk

Well-known member
Affected version
2.2.0 Beta 1
Not really a bug but, currently the only way one can disable sending notification for username change is by extending XF:User\UsernameChange service especially when one has called setAdminEdit() before.
 
You might need to expand on what you mean, because notification in this service relates to moderator approval/rejection and is tied specifically to a parameter that is passed in (it's off by default). That parameter actually comes from a moderator-controlled option, so it's essentially the same as any of our other moderator alert options.

If you want to change this in some other way (which would change the meaning of the notification), extending the service would seem to be the correct approach.
 
Top Bottom