- 14 Aug, 2017 1 commit
-
-
cahrens committed
-
- 11 Aug, 2017 1 commit
-
-
LEARNER-966
tasawernawaz committed
-
- 07 Aug, 2017 1 commit
-
-
In the reset password flow one can enter a single character password and subsequently cannot login to the site as password complexity is apparently enforced on the login page. Login page should not enforce password complexity. LEARNER-1209
Waheed Ahmed committed
-
- 02 Aug, 2017 3 commits
-
-
Uman Shahzad committed
-
Input forms that need validation will have AJAX requests performed to get validation decisions live. All but a few important and common form fields perform generic validation; these will need a back-end handler in the future in order to have them validated through AJAX requests. Information is conveyed on focus and blur for both errors and successes.
Uman Shahzad committed -
In particular, implement a validation API for registration, where a client makes AJAX calls to the endpoints requesting validation decisions on each input. Responses are strings dependent on the type of validation error; if no error, then empty string to indicate OK.
Uman Shahzad committed
-
- 20 Jul, 2017 1 commit
-
-
We have recently discovered that for any SSO Provider configured to skip the registration form, we were auto checking the terms of service box, which is a legal faux pas. Since IBM is planning to launch imminently and is depending on this feature, we need to remedy this situation for enterprises whose SSO Provider is configured to skip registration. This PR hides all of the registration fields except TOS for this scenario and disables the autoSubmit functionality that typically happens when skipping registration.
Brittney Exline committed
-
- 17 Jul, 2017 2 commits
-
-
Joshua Spayd committed
-
Includes code for testing to be removed in the next commit.
Joshua Spayd committed
-
- 14 Jul, 2017 1 commit
-
-
with a custom patch needed by edx-platform. Upgrade django-filter as well to v1.0.4 Import DjangoFilterBackend from the correct module - django_filter. Add django-filter to INSTALLED_APPS.
John Eskew committed
-
- 12 Jul, 2017 1 commit
-
-
Po Tsui committed
-
- 11 Jul, 2017 1 commit
-
-
Previously, there was no catch for the AccountValidationError exception raised by the account creation function. If, for some reason, the user made it past the first check for a duplicate username/email, then the exception was raised, uncaught, and crashed the server.
Nishant Karandikar committed
-
- 23 Jun, 2017 1 commit
-
-
Jesse Shapiro committed
-
- 18 Jun, 2017 1 commit
-
-
When authenticating using an SAML IdP, gather additional user data besides what is standard. Requires admin to input JSON in settings to recognize the additional user data.
Uman Shahzad committed
-
- 01 Jun, 2017 1 commit
-
-
Shirley He committed
-
- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 12 May, 2017 1 commit
-
-
* Reorders form fields, and updates labels, placeholders, and tip text * Increases clickable area for links and labels. * Removes "*" markers from required fields, and instead adds "(optional)" labels to visible optional fields. * Updates font colors and sizes, and removes box shadows * Adds custom drop-down styles * Improves responsive design scaling for small screens * Make Terms of Service and Honor Code open in new window to avoid losing form field values.
Jillian Vogel committed
-
- 27 Apr, 2017 1 commit
-
-
This reverts commit 65f13dde.
Calen Pennington committed
-
- 26 Apr, 2017 1 commit
-
-
This reverts commit 88dd85ca, reversing changes made to bf8aef33.
Calen Pennington committed
-
- 25 Apr, 2017 1 commit
-
-
Brittney Exline committed
-
- 24 Apr, 2017 1 commit
-
-
Calen Pennington committed
-
- 08 Mar, 2017 1 commit
-
-
noraiz-anwar committed
-
- 13 Feb, 2017 1 commit
-
-
Ayesha Baig committed
-
- 08 Feb, 2017 1 commit
-
-
Jesse Shapiro committed
-
- 12 Dec, 2016 1 commit
-
-
Jesse Shapiro committed
-
- 22 Sep, 2016 1 commit
-
-
Douglas Hall committed
-
- 14 Sep, 2016 1 commit
-
-
Chris Rodriguez committed
-
- 28 Jul, 2016 1 commit
-
-
Kevin Kim committed
-
- 27 Jul, 2016 1 commit
-
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 17 Jun, 2016 1 commit
-
-
Ibrahim committed
-
- 15 Jun, 2016 3 commits
-
-
Douglas Hall committed
-
Douglas Hall committed
-
Douglas Hall committed
-
- 14 Jun, 2016 1 commit
-
-
Douglas Hall committed
-
- 20 May, 2016 1 commit
-
-
Hasnain committed
-
- 05 May, 2016 2 commits
-
-
Douglas Hall committed
-
Douglas Hall committed
-
- 24 Mar, 2016 1 commit
-
-
ECOM-2948
Waheed Ahmed committed
-
- 05 Jan, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 03 Dec, 2015 1 commit
-
-
Turns out if the string literal starts on the next line after the translation function, then the translator comment is lost. So, either close up short strings, or add a dummy empty string on the first line to concatenate with the real string. Ugh.
Ned Batchelder committed
-