Hallo
I need web users to have possibility of creating new web users. New user must recieve an e-mail with username and password. I tried following:
[!WebLoginPE? &type=`register` ®Type=`verify` &customFields=`sponsor,first_name,last_name,email_content`®Required=`email,username` ®isterTpl=`regtemp`!]
Everything can work that way. New user is created in the database but the problem is that the user who just created new user is automatically logged out after registering a new one. Is there some better possibilities to allow web users to create new users?
Thaks,
Rene
-
ā A M B ā
- 24,524 Posts
It might be possible to use a plugin to stop the refreshing of the SESSION when a new web user is created; a hidden field in the form would allow the plugin to know when to act; or it could check to see if the user is already logged in as a web user, and simply not update the SESSION if he is.
Iām looking for this feature as well, someone got a solution for this? Thanks!
Rogier