Remove "Are you new?" section from 2-factor auth page
Bug #938663 reported by
Stuart Metcalfe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Fix Released
|
Low
|
Stuart Metcalfe |
Bug Description
When logging in, the 2-factor form is displayed on one half of the page; the "Are you new?" form is displayed on the other. This is irrelevant to the user at this stage as they've already entered their credentials.
Related branches
lp://staging/~stuartmetcalfe/canonical-identity-provider/various-2factor-ui-tweaks
- Ricardo Kirkner (community): Approve
-
Diff: 206 lines (+48/-8)11 files modifiedidentityprovider/media/ubuntu/styles.css (+8/-1)
identityprovider/schema.py (+1/-0)
identityprovider/templates/device/addition-google.html (+6/-1)
identityprovider/templates/launchpad/registration/login.html (+2/-0)
identityprovider/templates/launchpad/registration/twofactor.html (+1/-1)
identityprovider/templates/twocols.html (+2/-0)
identityprovider/templates/ubuntu/registration/twofactor.html (+1/-1)
identityprovider/tests/unit/test_devices.py (+2/-1)
identityprovider/tests/unit/test_views_ui.py (+21/-0)
identityprovider/views/devices.py (+1/-1)
identityprovider/views/ui.py (+3/-2)
Changed in canonical-identity-provider: | |
assignee: | nobody → Stuart Metcalfe (stuartmetcalfe) |
status: | Confirmed → In Progress |
Changed in canonical-identity-provider: | |
status: | In Progress → Fix Committed |
Changed in canonical-identity-provider: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.