Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!86
Registrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Registrace
mj/registrace
into
devel
Overview
49
Commits
38
Changes
6
Merged
Registrace
Martin Mareš
requested to merge
mj/registrace
into
devel
Jul 13, 2021
Overview
13
Commits
38
Changes
6
Implementace registrace podle
#220 (closed)
.
Edited
Aug 19, 2021
by
Martin Mareš
0
0
Merge request reports
Viewing commit
e5387cfa
Prev
Next
Show latest version
6 files
+
385
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
e5387cfa
Registrace: Zakládání účtu
· e5387cfa
Martin Mareš
authored
Jul 13, 2021
etc/config.py.example
+
6
−
0
View file @ e5387cfa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,3 +47,9 @@ JOB_GC_PERIOD = 60
@@ -47,3 +47,9 @@ JOB_GC_PERIOD = 60
# Za jak dlouho expiruje dokončená dávka [min]
# Za jak dlouho expiruje dokončená dávka [min]
JOB_EXPIRATION = 5
JOB_EXPIRATION = 5
# Kolik nejvýše dovolujeme registrací za minutu
REG_MAX_PER_MINUTE = 10
# Jak dlouho vydrží tokeny používané při registraci a změnách e-mailu [min]
REG_TOKEN_VALIDITY = 10
Loading