Forums
-
- Forum
- Posts
-
- Installation
- 28,407
- Troubleshooting
- 62,340
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,952
- Showcase
- 3,254
-
It can be done by a plugin, using the actions bb_new_user
and extra_profile_info
.
But the problem would be, that an random password must be generated (no access to tweak insert-function) and then updated to the password the user has chosen. The the user would receive an email with his random password and not with his chosen password. This isn’t cool
Does somebody know, if there is a plugin-way to overwrite/rewrite a whole function (like bb_new_user();
)?