Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
c8577e54
There was a problem fetching the pipeline summary.
Commit
c8577e54
authored
7 years ago
by
Flavio TARSETTI
Browse files
Options
Downloads
Patches
Plain Diff
[ui/registration] updated doc in forms.txt
parent
1f4b9004
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!224
Security accounts
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/ui/registration/docs/forms.txt
+6
-2
6 additions, 2 deletions
beat/web/ui/registration/docs/forms.txt
with
6 additions
and
2 deletions
beat/web/ui/registration/docs/forms.txt
+
6
−
2
View file @
c8577e54
...
...
@@ -23,7 +23,7 @@ requires the password to be entered twice to catch typos.
Subclasses should feel free to add any additional validation they
need, but should either preserve the base ``save()`` or implement a
``save()`` method which returns a ``User``.
Fields:
``username``
...
...
@@ -40,6 +40,10 @@ Fields:
``password2``
The password, again, to catch typos.
``godfather``
The godfather that will validate this account.
Non-validation methods:
...
...
@@ -71,6 +75,6 @@ implementations of useful customizations:
Subclass of ``RegistrationForm`` which disallows registration with
email addresses from popular free webmail services; moderately
useful for preventing automated spam registrations.
To change the list of banned domains, subclass this form and
override the attribute ``bad_domains``.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment