jinder1s
eceb53c688
encoding str and opening file in rb mode
2019-10-09 16:48:51 -04:00
adeelehsan
7908808911
Configuration model added for bulk unenroll command
...
Users information will be available in model as csvfile
Prod-655
2019-10-03 16:33:13 +05:00
Nimisha Asthagiri
d6d9a17e67
student app: python-3 upgrade
2019-09-30 08:44:54 -04:00
Zainab Amir
db67a212e8
Remove create_user management command ( #21322 )
...
Our internal docs suggest using manage_user instead of create_user. We
are no longer using it and it can be removed
LEARNER-3934
2019-08-17 13:50:58 +05:00
uzairr
80316c632d
Update Help msgs of management commands
...
PROD-399
2019-08-02 15:20:26 +05:00
Ayub khan
4b2f68da84
INCR-405 python3 compatibility
2019-08-02 13:51:10 +05:00
Ayub
d98133a96a
Merge pull request #21071 from edx/INCR-407
...
INCR-407 python3 compatibility
2019-07-23 12:30:41 +05:00
Ayub khan
07275a5715
INCR-407 python3 compatibility
2019-07-11 15:14:30 +05:00
Ayub khan
8a7a39af11
INCR-406 python3 compatibility
2019-07-11 15:09:27 +05:00
Jolyon Bloomfield
b8e1478ff0
INCR-126 Modernize common/djangoapps/student/management/tests ( #20151 )
2019-04-04 10:08:02 -04:00
Waheed Ahmed
458e8482ea
Fix change enrollment command for credit.
...
Get provider id from ecommerce upon changing enrollment to credit
instead of setting course_key org.
LEARNER-6643
2019-03-12 15:30:48 +05:00
Zainab Amir
b62ab09d85
LEARNER-6643
...
Added management command to update credit eligibility deadline
Added tests for command change_eligibility_deadline
2018-11-27 14:12:16 +05:00
Ned Batchelder
046fe60913
Remove unused imports
2018-11-07 10:31:51 -05:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
Nimisha Asthagiri
8cf44283c9
Consolidate user login and authentication code
2018-09-15 03:21:39 -04:00
ayub-khan
cae99f9e4d
bulk change enrollment using csv file
2018-08-20 16:39:05 +05:00
Ahsan Ulhaq
73857f6039
Added Management command for bulk unenrollment of users
...
LEARNER-5852
2018-07-30 14:26:46 +05:00
Hamza Munir
e00156c277
Learners cannot process there Credit requests even though they are in the Credit mode.
...
adding "credit mode" in change_enrollment management command to move the user to
credit mode by running this command.
LEARNER-5502
2018-07-09 14:19:33 +05:00
Albert St. Aubin
1b72974fb8
Added credit as an option to change_enrollment command
2018-05-21 13:14:14 -04:00
Bill DeRusha
d1ed33ac23
Update and refactor random password generator
2018-04-13 14:17:21 -04:00
bmedx
7dc2e75778
Add tests for create_user / create_random_users management commands
2018-03-06 17:04:39 -05:00
John Hensley
c7c01e4a22
Fix user creation management commands
...
Two user creation scripts were broken by the move of
student.views._do_create_account to student.helpers.do_create_account.
This patch just catches the scripts up.
2018-02-14 11:32:26 -05:00
Jeremy Bowman
5289c7e828
PLAT-1915 Stop using deprecated BaseException.message
2018-01-31 17:22:01 -05:00
Jeremy Bowman
ca84751bbd
PLAT-1889 Fix URL config and reversal issues
2018-01-19 11:02:06 -05:00
Brittney Exline
c1d4458b83
ENT-838 Management command to change an enterprise user's username
2018-01-11 11:30:24 -05:00
Jeremy Bowman
669aa13ad6
PLAT-1873 to_deprecated_string() cleanup part 2
2018-01-08 17:26:55 -05:00
John Eskew
f790766c26
Merge pull request #16548 from edx/jeskew/more_mgmt_cmd_conv_from_optparse
...
Move more mgmt commands from optparse to argparse.
2017-11-14 12:29:57 -05:00
John Eskew
27315f442a
Move more mgmt commands from optparse to argparse.
2017-11-14 11:26:46 -05:00
Troy Sankey
3685b1ada8
More student management commands cleanup for Django 1.11
...
Seems like transfer_students.py was missed in the last attempt to
cleanup commands in this app.
2017-11-13 14:09:39 -05:00
Troy Sankey
b07402e751
remove unused optparse imports
2017-11-09 15:38:54 -05:00
bmedx
ce50c9e620
Student management command cleanup for Django 1.11
2017-11-01 10:24:23 -04:00
John Eskew
f3e089bd3f
Mgmt commands to clear data from historical tables.
2017-10-17 15:27:59 -04:00
John Eskew
6294766c24
Split emitted signals from the student models file.
2017-10-05 11:12:50 -04:00
Calen Pennington
63244b514d
Use a consistent CourseModeFactory from the course_modes module, rather than using one from student
2017-08-23 12:15:46 -04:00
cahrens
819a56fee3
Remove usages of deprecated SlashSeparatedCourseKey.
2017-08-14 11:01:00 -04:00
Douglas Hall
9bb4ca5525
Fix bulk_change_enrollment command bug
...
When using the `org` option with the bulk_change_enrollment command,
the command should not exit if it encounters a course which does not
have the given `to_mode`.
WL-1033
2017-04-12 07:35:17 -04:00
Afzal Wali
0c3e6b6e5e
WL-1016 | Added org argument for bulk_change_enrollment management command.
2017-04-04 16:25:07 +05:00
Hasnain
7764b0128f
Management command for back-populating the 'created_on_site' in UserAttribute model.
2017-03-01 18:09:49 +05:00
Edward Zarecor
ed7f32ee27
Merge pull request #13678 from edx/e0d/ignore-email-case
...
comparison should be case-insensitive
2016-10-07 16:42:09 -04:00
Edward Zarecor
569e6745ef
is
2016-10-07 13:46:26 -04:00
e0d
1841fe9b92
comparison should be case-insensitive
...
test
quality
2016-10-07 13:38:00 -04:00
Nimisha Asthagiri
8b0a26a419
Move sync_user_info management command from common to LMS.
2016-10-06 17:04:49 -04:00
Nimisha Asthagiri
406daa513b
Move get_grades management command from student to grades app.
2016-10-06 10:34:24 -04:00
Awais Jibran
896b3cb170
Do not to run all enrollment updates in a single atomic transaction, but separate.
...
ECOM-5405
2016-09-02 10:31:50 +05:00
Ned Batchelder
eef964f5f6
Fix unused-variable errors
2016-08-03 12:44:41 -04:00
Sven Marnach
0206dfaea5
Add support to set initial password hash to manage_user command.
2016-07-29 11:19:07 +02:00
Nimisha Asthagiri
1ada5c3487
Create Grades djangoapp
...
https://openedx.atlassian.net/browse/TNL-5008
2016-07-22 00:09:43 -04:00
e0d
8a18b2c351
use random rather than unusable so they can be reset
2016-07-14 08:09:51 -04:00
Awais Jibran
4267666711
Fix bulk_change_enrollment command to emit event
...
ECOM-4775
2016-06-27 11:43:01 +05:00
Kyle Crawshaw
47401742a9
Added 'unusable_password' argument to 'manage_user' management command
2016-06-20 11:30:56 -04:00