Summary: | Saved auth login and password are pre-filled in patron creation form | ||
---|---|---|---|
Product: | Koha | Reporter: | Didier Gautheron <didier.gautheron> |
Component: | Patrons | Assignee: | Didier Gautheron <didier.gautheron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, gmcharlt, jonathan.druart, kyle.m.hall, kyle, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
21.11.00,21.05.05,20.11.11
|
Circulation function: | |
Bug Depends on: | 14599 | ||
Bug Blocks: | |||
Attachments: |
Bug 29025: Don't prefill userid and password in user creation form
Bug 29025: Don't prefill userid and password in user creation form Bug 29025: Don't prefill userid and password in user creation form |
Description
Didier Gautheron
2021-09-15 05:14:16 UTC
Created attachment 124873 [details] [review] Bug 29025: Don't prefill userid and password in user creation form Recent Firefox versions try to prefill userid and password with logged in user credentials. To test 1 - Log in staff as user foo password bar 2 - Save user and password in Firefox 3 - Log out 4 - Log in again, log in pop-up must be pre-filled 5 - Open Create a new patron form 6 - At least password field is pre-filled with logged in user's credentials 7 - Apply patch 8 - Redo 4 and 5 9 - Userid and password fields aren't prefilled Created attachment 124889 [details] [review] Bug 29025: Don't prefill userid and password in user creation form Recent Firefox versions try to prefill userid and password with logged in user credentials. To test 1 - Log in staff as user foo password bar 2 - Save user and password in Firefox 3 - Log out 4 - Log in again, log in pop-up must be pre-filled 5 - Open Create a new patron form 6 - At least password field is pre-filled with logged in user's credentials 7 - Apply patch 8 - Redo 4 and 5 9 - Userid and password fields aren't prefilled Signed-off-by: Owen Leonard <oleonard@myacpl.org> Thanks for the fix Didier, we just recently noticed that this problem was back. Created attachment 125336 [details] [review] Bug 29025: Don't prefill userid and password in user creation form Recent Firefox versions try to prefill userid and password with logged in user credentials. To test 1 - Log in staff as user foo password bar 2 - Save user and password in Firefox 3 - Log out 4 - Log in again, log in pop-up must be pre-filled 5 - Open Create a new patron form 6 - At least password field is pre-filled with logged in user's credentials 7 - Apply patch 8 - Redo 4 and 5 9 - Userid and password fields aren't prefilled Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.11, thanks to everybody involved! Pushed to 21.05.x for 21.05.05 Pushed to 20.11.x for 20.11.11 Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. |