geonode.people.forms ==================== .. py:module:: geonode.people.forms Attributes ---------- .. autoapisummary:: geonode.people.forms.attrs_dict Classes ------- .. autoapisummary:: geonode.people.forms.AllauthReCaptchaSignupForm geonode.people.forms.ProfileCreationForm geonode.people.forms.ProfileChangeForm geonode.people.forms.ForgotUsernameForm geonode.people.forms.ProfileForm Module Contents --------------- .. py:data:: attrs_dict .. py:class:: AllauthReCaptchaSignupForm Bases: :py:obj:`django.forms.Form` .. py:attribute:: captcha .. py:method:: signup(request, user) Required, or else it thorws deprecation warnings .. py:class:: ProfileCreationForm Bases: :py:obj:`django.contrib.auth.forms.UserCreationForm` .. py:class:: Meta .. py:attribute:: model .. py:attribute:: fields :value: ('username',) .. py:class:: ProfileChangeForm Bases: :py:obj:`django.contrib.auth.forms.UserChangeForm` .. py:class:: Meta .. py:attribute:: model .. py:attribute:: fields :value: '__all__' .. py:class:: ForgotUsernameForm Bases: :py:obj:`django.forms.Form` .. py:attribute:: email .. py:class:: ProfileForm Bases: :py:obj:`django.forms.ModelForm` .. py:attribute:: keywords .. py:class:: Meta .. py:attribute:: model .. py:attribute:: exclude :value: ('user', 'password', 'last_login', 'groups', 'user_permissions', 'username', 'is_staff',...