mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
[schema] Collect and display names and e-mail addresses.
(imported from commit aa6bceb05fcd5b456c03288cbfed65b14050fe88)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
from django import forms
|
||||
|
||||
class RegistrationForm(forms.Form):
|
||||
full_name = forms.CharField(max_length=100)
|
||||
short_name = forms.CharField(max_length=100)
|
||||
email = forms.EmailField()
|
||||
username = forms.CharField(max_length=100)
|
||||
password = forms.CharField(widget=forms.PasswordInput, max_length=100)
|
||||
|
||||
Reference in New Issue
Block a user