prefill email on"forgot password" page
Bug #495006 reported by
Nigel Pugh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical SSO provider |
Fix Released
|
Wishlist
|
David Owen |
Bug Description
When you enter an incorrect password, and click "forgot password" should it prefill the email address field with what you just entered?
Related branches
lp://staging/~canonical-isd-hackers/canonical-identity-provider/bug_495006
- Danny Tamez (community): Approve
-
Diff: 108 lines (+45/-8)4 files modifieddoctests/stories/sso-server/prefilled-email.txt (+29/-0)
identityprovider/templates/launchpad/registration/login.html (+2/-2)
identityprovider/templates/ubuntu/registration/login.html (+2/-2)
identityprovider/views/ui.py (+12/-4)
Changed in canonical-identity-provider: | |
milestone: | 2.3.0 → 2.4.0 |
Changed in canonical-identity-provider: | |
milestone: | 2.4.0 → 2.5.0 |
Changed in canonical-identity-provider: | |
milestone: | 2.5.0 → 2.6.0 |
Changed in canonical-identity-provider: | |
assignee: | nobody → David Owen (dsowen) |
Changed in canonical-identity-provider: | |
status: | Triaged → In Progress |
Changed in canonical-identity-provider: | |
status: | In Progress → Fix Committed |
Changed in canonical-isd-qa: | |
assignee: | nobody → Dave Morley (davmor2) |
Changed in canonical-identity-provider: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It definitely should, but only if the email has been already registered.
Conversely, if the user enters an unregistered, valid email and chooses "New account", the field should be pre-populated as well.