Hi guys,
Same problem. I've found some other posts with the same problem.
The answers I've read so far are to use the command line or the register
form instead.
If I try to make new users on the command line, I get 'permission denied'.
The register form is not an option for me. Right now I'm creating
superusers and stripping their privileges.
Many thanks!
Traceback (most recent call last):
File "./manage.py", line 116, in <module>
execute_from_command_line([sys.argv[0]] + django_args)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py"
, line 354, in execute_from_command_line
utility.execute()
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py"
, line 346, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py"
, line 394, in run_from_argv
self.execute(*args, **cmd_options)
File
"/edx/app/edxapp/edx-platform/common/djangoapps/track/management/tracked_command.py"
, line 59, in execute
super(TrackedCommand, self).execute(*args, **options)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py"
, line 445, in execute
output = self.handle(*args, **options)
File
"/edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/create_user.py"
, line 99, in handle
user, _, reg = _do_create_account(form)
File "/edx/app/edxapp/edx-platform/common/djangoapps/student/views.py",
line 1692, in _do_create_account
raise PermissionDenied()
django.core.exceptions.PermissionDenied
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/0e081c05-ea51-475d-a295-c3602c428ad4%40googlegroups.com.