RFC Start Date
2025-08-01
Target Plan Accepted Date
2025-08-15
Target Transition Unblocked Date
October 2025
Earliest Breaking Changes Unblocked Date
January 2026
Earliest Open edX Named Release with Breaking Changes
Verawood - 2026-04
Rationale
The SHOW_CONFIGURABLE_EDX_FIELDS environment variable in frontend-app-authn:
- Is specific to the edx.org deployment of Open edX,
- Is just a shortcut; there is an alternative configuration method in place that provides the ability to achieve the same state.
As such, it is being target for deprecation and removal.
Removal
The following Github search details what will be removed:
https://github.com/search?q=repo%3Aopenedx%2Ffrontend-app-authn+%28show_configurable_edx_fields+OR+showConfigurableEdxFields%29&type=code
Replacement
A replacement already exists: each call to showConfigurableEdxFields is already controlled by a separate toggle.
|
if (flags.showConfigurableEdxFields || showCountryField) { |
|
if (flags.showConfigurableEdxFields || showTermsOfServiceAndHonorCode) { |
Deprecation
No response
Additional Info
No response
Task List
No response
Task List
No response
RFC Start Date
2025-08-01
Target Plan Accepted Date
2025-08-15
Target Transition Unblocked Date
October 2025
Earliest Breaking Changes Unblocked Date
January 2026
Earliest Open edX Named Release with Breaking Changes
Verawood - 2026-04
Rationale
The
SHOW_CONFIGURABLE_EDX_FIELDSenvironment variable in frontend-app-authn:As such, it is being target for deprecation and removal.
Removal
The following Github search details what will be removed:
https://github.com/search?q=repo%3Aopenedx%2Ffrontend-app-authn+%28show_configurable_edx_fields+OR+showConfigurableEdxFields%29&type=code
Replacement
A replacement already exists: each call to
showConfigurableEdxFieldsis already controlled by a separate toggle.frontend-app-authn/src/register/components/ConfigurableRegistrationForm.jsx
Line 164 in 82252f9
frontend-app-authn/src/register/components/ConfigurableRegistrationForm.jsx
Line 199 in 82252f9
Deprecation
No response
Additional Info
No response
Task List
No response
Task List
No response