Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

member added not show in security section


Go to End


2 Posts   1458 Views

Avatar
Rayman

Community Member, 3 Posts

22 December 2009 at 8:06pm

I am using follow method success create registration page but the member don't show at security section. Anyone can help me to solve it. Thank.

http://pastebin.com/f22b62162

Avatar
tobych

Community Member, 97 Posts

27 December 2009 at 3:56pm

I can't see anything wrong with the code, especially comparing it with http://open.silverstripe.org/browser/modules/registration/trunk/code/RegisterPage.php, but in case anyone else can help, two questions come to mind:

* In terms of debugging: is the member being added to the database?

* Are you sure the group is being found at line 40? Try this:

Debug::show($group) just after it.

Toby