Hello,
I would like to request a custom "Registration method" in nopCommerce under "Settings -> Customer settings" via plugin.
Idea is to extend registration method via some interface and ability to use that interface in plugin class same as nopCommerce scheduler as it provides ability to add scheduled tasks via plugin in nopCommerce.
This would let plugin developer to list their custom registration method via plugin without changing nopCommerce default source code and would also give customers (store owners) an ability to ask developers for some custom registration work flow.
Moreover, developer should also be able to call nopCommerce default registration method via some contract or function so for example if customer needs a custom SMS verification as well as default email verification so developer would not be needed to write his own code when that is already available in nopCommerce.

I have added an issue here
https://github.com/nopSolutions/nopCommerce/issues/1825