How to Enable a Waffle Flag for a User#
Follow these steps to enable a waffle flag for a single user. This may be useful in certain situations, such as internal testing or limited releases:
Get the LMS User ID, via a database query or other methods if you have them.
Login to the appropriate Django Admin Portal.
Navigate to
DJANGO-WAFFLE > Flags.Find and select the appropriate flag using the Feature Toggles
Set the
Everyonedropdown toUnknown. This will cause the criterion specified on the page to be evaluated. SettingEveryonetoTrueorFalseapplies the flag globally.Add the LMS User ID from Step 1 to the
Userstextbox at the bottom of the page. To add multiple users, values should be comma-separated with no spaces.Click the appropriate
Savebutton.Refresh the page and see that the entered LMS User ID(s) now correspond to their LMS Usernames.
Maintenance chart
Review Date |
Working Group Reviewer |
Release |
Test situation |