[Blender ID] Password confirmation form has design problems. #62268
Labels
No Label
legacy module
Rendering & Cycles
legacy module
User Interface
legacy project
Cycles
legacy project
Documentation
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Blender Web Assets
legacy project
Infrastructure: Websites
legacy project
User Interface
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-org#62268
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reproduction steps
Notice how there are overlapping lines and other strange behavior.
Firefox (65.0.1 (64-bit)):
Google Chrome Canary74.0.3725.0 (official build) canary (64-Bit):
(I'm new to phabricator, so I hope I've added the correct tags etc)
Added subscriber: @intrigus-3
Added subscribers: @fsiddi, @pablovazquez
Added subscriber: @dr.sybren
Fixed in infrastructure/blender-id@859f87484c, but I would like to ask @dr.sybren to have a look a it as well.
On my development setup, when overriding the password selection view (
^register/password/...
inbid_main/urls.py
) withauth_views.PasswordResetConfirmView.as_view()
with the templateregistration/initial_set_password.html
, the default Django template shows up.We renaming
registration/initial_set_password.html
toregistration/password_reset_confirm.html
the template is displayed correctly.The wrong templates being used was my mistaken in ccaef993d6b370007fb433e6aca355351faeb4c4, fixed it now properly in 6e514788f1e58a59030d2d86bd7b2eb608027608 and 2ec1b257b2751f7928fa49bbfb7244be7a7c8dc9.
The initial password form still has bad layout, though:
Changed status from 'Open' to: 'Resolved'