Forum OpenACS Development: ad_user_new deprecated / RFC: new user callback

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
I was looking for a callback or service contract for user creation. Sure enough, ad_user_new calls the service contract UserData/UserNew.

ad_user_new is marked deprecated (even though it is used by auth::create_local_account) so I can't be assured that in the future the service contract will be called.

If we should indeed treat this behavior as deprecated then I will raise a tip to execute a callback in auth::create_local_account.

Any opinion before I raise the TIP?