Re: Userena configuration

2012-06-25 Thread Bastian
The part about the terms of service is easy, just override that view's form in the urls: from userena.forms import SignupFormTos urlpatterns = patterns('', url(r'^accounts/signup/$','userena.views.signup', {'signup_form': SignupFormTos}), url(r'^accounts/', include('userena.urls')), )

Re: Userena configuration

2012-06-24 Thread Kurtis Mullins
Hey Bastian, For the privacy portion, you'll need to create your own Form based on the Userena's user-editing form and just exclude that field. As for the terms of service -- I'm not sure off of the bat. I could possibly take a look in the next few days if nobody jumps in with an answer. You migh

Userena configuration

2012-06-24 Thread Bastian
Hi, I just installed Userena and it works fine. I would like to use the signup form where the button for the terms of service appear but I can't find how. And also when editing a user profile, there is a field called privacy, it does not really make sense in my case so I set it up to default to