Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
43215bc6
Commit
43215bc6
authored
Nov 01, 2021
by
JuniorJPDJ
Browse files
Use proper RegisterSerializer
parent
e1b86a3f
Pipeline
#17490
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
api/funkwhale_api/cli/users.py
View file @
43215bc6
...
...
@@ -26,7 +26,7 @@ def handler_create_user(
permissions
=
[],
upload_quota
=
None
,
):
serializer
=
serializers
.
R
S
(
serializer
=
serializers
.
R
egisterSerializer
(
data
=
{
"username"
:
username
,
"email"
:
email
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment