Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
geant-swd
compendium-v2
Merge requests
!69
Feature/comp 257 send email on signup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/comp 257 send email on signup
feature/COMP-257-Send-Email-On-Signup
into
develop
Overview
4
Commits
7
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Merged
Bjarke Madsen
requested to merge
feature/COMP-257-Send-Email-On-Signup
into
develop
1 year ago
Overview
4
Commits
7
Pipelines
0
Changes
1
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
0ff4c721
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0ff4c721
pep8
· 0ff4c721
Bjarke Madsen
authored
1 year ago
compendium_v2/auth/session_management.py
+
0
−
1
Options
@@ -8,7 +8,6 @@ from compendium_v2.db.auth_model import User, ROLES
from
compendium_v2.email
import
send_mail
def
admin_required
(
func
):
"""
Decorator function used to require admin access to a view.
Loading