add note to zamboni-login waffle switch

This commit is contained in:
Chris Van 2012-01-05 12:13:21 -08:00
Родитель 65b67175db
Коммит d2a685ae49
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1 +1,5 @@
INSERT INTO waffle_switch (name, active) VALUES ('zamboni-login', 0);
INSERT INTO waffle_switch (name, active, note)
VALUES ('zamboni-login', 0,
'Flip this when AMO ditches remora and uses django for '
'authentication. Enabling this switch will show success messages '
'when users log in and register via Django.');