django-two-factor-auth icon indicating copy to clipboard operation
django-two-factor-auth copied to clipboard

Wizard setting to bypass 'welcome' screen

Open stewbawka opened this issue 8 years ago • 1 comments

When onboarding users there's a lot of screens to go through. Would be great to give option to skip initial 'welcome' screen when going through wizard to reduce friction when onboarding users.

stewbawka avatar Jun 08 '16 15:06 stewbawka

Wouldn't it be easier to just pass in your own form_list to SetupView.as_view or just subclass the view?

moggers87 avatar Jun 14 '16 10:06 moggers87