Hi using this
[!WebLoginPE? &type=`register` &groups=`RegisteredUsers` ®isterTpl=`RegisterTemplate`
the newly registered user are not being placed into the web user group .. am I doing someting wrong ?
Thanks
MArtyn
Everytime you use Flash ... a puppy dies .....
R.G Taylor
-
☆ A M B ☆
- 1,231 Posts
You call isn’t complete at the end unless you meant to miss that part out lol.
Try updating to the 1.31 version Soshite has brought out and possibly try this
[!WebLoginPE? &type=`register` ®isterTpl=`RegisterTemplate` ®SuccessId=`id of your success page` &groups=`RegisteredUsers`!]
Worth a try... It’s what i have pretty much and it works fine. Make sure your group name matches the group name in the manager exactly. I know it’s obvious but sometimes it’s easy to miss the obvious!
Also make sure your registerTpl is working correctly. Is it just the user isn’t being added to a group? All other info is being saved?
Quote from: Lizard at Jun 18, 2008, 06:40 AM
Hi using this
[!WebLoginPE? &type=`register` &groups=`RegisteredUsers` ®isterTpl=`RegisterTemplate`
the newly registered user are not being placed into the web user group .. am I doing someting wrong ?
Thanks
MArtyn
Quote from: rossco at Jun 18, 2008, 06:53 AM
You call isn’t complete at the end unless you meant to miss that part out lol.
Try updating to the 1.31 version Soshite has brought out and possibly try this
[!WebLoginPE? &type=`register` ®isterTpl=`RegisterTemplate` ®SuccessId=`id of your success page` &groups=`RegisteredUsers`!]
Worth a try... It’s what i have pretty much and it works fine. Make sure your group name matches the group name in the manager exactly. I know it’s obvious but sometimes it’s easy to miss the obvious!
Also make sure your registerTpl is working correctly. Is it just the user isn’t being added to a group? All other info is being saved?
Quote from: Lizard at Jun 18, 2008, 06:40 AM
Hi using this
[!WebLoginPE? &type=`register` &groups=`RegisteredUsers` ®isterTpl=`RegisterTemplate`
the newly registered user are not being placed into the web user group .. am I doing someting wrong ?
Thanks
MArtyn
I had some sensitive databse calls in the rest of the snippet
i did mean to leave it out.. will try your suggestions tho

yes all other info (quite a lot) isbeing saved to custom tables in the database!
Martyn
Everytime you use Flash ... a puppy dies .....
R.G Taylor
-
☆ A M B ☆
- 1,231 Posts
You could always try a basic call to see if the usergroup is being assigned... if it works as a basic call then possibly the rest of the call is causing issues?
I had some problems similar to yours when I was creating custom fields. I tried a basic call to see it worked and it did... turned out I hadn’t made the rest of my call complete.
Ross
GREAT IDEA!!!
HAHAHAH After much swearing and throwing of machines out of windows its sussed
and the problem? my cutom database fields... I was storing everything in the custom table rather than allowing the username pasword to be stored in the webusers table, so it wasnt putting them into a group
Brilliant help .. thankyou
Everytime you use Flash ... a puppy dies .....
R.G Taylor
-
☆ A M B ☆
- 1,231 Posts
No problem! Glad I could help... I had the same issue but the first thing I changed was my call so saved me hours of stress.
Ross