mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	registration: Collect organization type on sign-up.
This commit is contained in:
		| @@ -114,6 +114,7 @@ class RegistrationForm(forms.Form): | ||||
|     # actually required for a realm | ||||
|     password = forms.CharField(widget=forms.PasswordInput, max_length=MAX_PASSWORD_LENGTH) | ||||
|     realm_subdomain = forms.CharField(max_length=Realm.MAX_REALM_SUBDOMAIN_LENGTH, required=False) | ||||
|     realm_type = forms.IntegerField(required=False) | ||||
|  | ||||
|     def __init__(self, *args: Any, **kwargs: Any) -> None: | ||||
|         # Since the superclass doesn't except random extra kwargs, we | ||||
|   | ||||
		Reference in New Issue
	
	Block a user