Will Daly
d774bcf36e
Support separate terms of service and honor code checkboxes.
2014-10-20 11:26:17 -04:00
Will Daly
97f3f09009
Add honor code to registration dialog.
2014-10-20 11:14:39 -04:00
Will Daly
458186f7d1
Merge remote-tracking branch 'origin/master' into will/combine-reg-login-form
...
Conflicts:
lms/djangoapps/student_account/test/test_views.py
lms/djangoapps/student_account/urls.py
lms/djangoapps/student_account/views.py
2014-10-20 10:57:05 -04:00
Will Daly
efec188b69
Fix unit tests
2014-10-17 15:01:21 -04:00
Will Daly
be0033eefe
Use password field type for the login form password
2014-10-17 13:41:10 -04:00
Will Daly
e65fe4ed03
Add remember me checkbox to the login page
2014-10-17 13:17:13 -04:00
Will Daly
8761eaf3dd
Added check for duplicate email and username
2014-10-16 10:20:21 -04:00
Will Daly
e89afa93c0
WIP: add login and registration end-points to the user API.
2014-10-16 08:48:38 -04:00
Calen Pennington
cfcbdc0145
Move to OpaqueKey implementations from the external library
...
[LMS-2757]
2014-05-29 17:03:35 -04:00
stv
e4df2c2ceb
Add 'forum_roles' endpoint to user_api
...
Expose a new endpoint to query a list of users based on a
role name (Moderator, Student, etc.) and a course_id.
This will initially be used by the notifier to send daily digest
messages to forum moderators.
2014-05-23 13:07:04 -07:00
Greg Price
bbd6f788ad
Add endpoint to get user list for a preference
...
The endpoint includes the key of the desired preference in the URL and
returns the list of users for whom the preference is set (regardless of
the value).
2014-03-11 12:03:33 -04:00
Greg Price
8f01756c6c
Include preferences in users returned by user API
2014-03-11 11:17:13 -04:00
thedeadparrot
b61649f9eb
Refactor out new lang_pref djangoapp
2014-02-14 22:35:14 +00:00
thedeadparrot
7e38c3ad6b
Use a given default for getting a preference
2014-02-14 22:35:12 +00:00
Diana Huang
be189e607e
Store user preferences for languages
...
Also, refactor tests such that we're not deleting users or prefs
2014-02-14 22:35:07 +00:00
Julia Hansbrough
7d81a510bc
Moved UserPreferences to common
2014-02-14 10:32:11 -05:00