Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
9c872510
Verified
Commit
9c872510
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Rephrase view doc strings
parent
79554789
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!450
User invitations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/core/views.py
+8
-9
8 additions, 9 deletions
aleksis/core/views.py
with
8 additions
and
9 deletions
aleksis/core/views.py
+
8
−
9
View file @
9c872510
...
@@ -1397,10 +1397,10 @@ def server_error(
...
@@ -1397,10 +1397,10 @@ def server_error(
class
AccountRegisterView
(
SignupView
):
class
AccountRegisterView
(
SignupView
):
"""
Rewrite account register view from upstream
.
"""
Custom view to register a user account
.
Rewrite dispatch function to check if signup is open or if the user
has an verified
Rewrite
s
dispatch function
from allauth
to check if signup is open or if the user
email address from an invitation
,
otherwise raise permission denied.
has a verified
email address from an invitation
;
otherwise raise
s
permission denied.
"""
"""
form_class
=
AccountRegisterForm
form_class
=
AccountRegisterForm
...
@@ -1418,7 +1418,7 @@ class AccountRegisterView(SignupView):
...
@@ -1418,7 +1418,7 @@ class AccountRegisterView(SignupView):
class
InvitePersonByID
(
View
):
class
InvitePersonByID
(
View
):
"""
Custom view to invite person by
i
t.
"""
"""
Custom view to invite person by t
heir ID
.
"""
success_url
=
reverse_lazy
(
"
persons
"
)
success_url
=
reverse_lazy
(
"
persons
"
)
...
@@ -1446,12 +1446,11 @@ class InvitePersonByID(View):
...
@@ -1446,12 +1446,11 @@ class InvitePersonByID(View):
class
LoginView
(
AllAuthLoginView
):
class
LoginView
(
AllAuthLoginView
):
"""
Override upstream loginview from django-allauth.
"""
Custom login view covering e-mail verification if mandatory.
Override view to check if email verification from django-invitations is mandatory.
If verification is mandatory, check if the user has a verified email address, if not,
re-sent verification.
Overrides view from allauth to check if email verification from django-invitations is
mandatory. If it i, checks if the user has a verified email address, if not,
it re-sends verification.
"""
"""
def
done
(
self
,
form_list
,
**
kwargs
):
def
done
(
self
,
form_list
,
**
kwargs
):
...
...
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