Call signup function in custom register.php
-
Im currently trying to implement a dual-registration-page setup in buddypress/wordpress because I have two completely different user types which need their own required fields. I’ve been searching for plugins doing just that but couldn’t find anything. (The problem is: I don’t want either one of the two groups to fill out anything they do not need – which isn’t possible if both have their required fields in one single register form)
However: I created all xprofile fields, copied the source code from the main register page set in the buddypress options and only left the fields i wanted but i can’t find out how to trigger the insert function for the database.
I thought about creating my own function for this, but since I don’t know which hash-algorithm and salt wordpress uses for its login page.
Any way I can get this to work?
Thanks in advance!
- You must be logged in to reply to this topic.