Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Jan Maximilian Michal
grady
Commits
b2a560db
Commit
b2a560db
authored
5 years ago
by
Dominik Seeger
Browse files
Options
Downloads
Patches
Plain Diff
student account will now be disabled upon creation
parent
0068c345
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!177
Resolve "Disable student accounts upon creation"
Pipeline
#105319
failed
5 years ago
Stage: build
Stage: test
Stage: build_image
Stage: pages
Stage: staging
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/importer.py
+1
-1
1 addition, 1 deletion
util/importer.py
with
1 addition
and
1 deletion
util/importer.py
+
1
−
1
View file @
b2a560db
...
...
@@ -134,7 +134,7 @@ def load_hektor_json():
log
.
warning
(
f
"
Updated submission type
{
submission_type
}
"
)
for
student
in
exam_data
[
'
students
'
]:
student_obj
=
user_factory
.
make_student
(
exam
=
exam
,
student_obj
=
user_factory
.
make_student
(
exam
=
exam
,
is_active
=
False
,
**
student
).
student
for
submission_obj
in
student
[
'
submissions
'
]:
add_submission
(
student_obj
,
**
submission_obj
)
...
...
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