Open
Bug 1844660
Opened 2 years ago
Updated 8 months ago
False positive sign up form detection on voip.ms
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P2)
Toolkit
Password Manager: Site Compatibility
Tracking
()
NEW
People
(Reporter: serg, Unassigned, NeedInfo)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [fxcm-relay])
<input
type="email"
id="col_email"
name="col_email"
class="form-control no-autocomplete"
autocomplete="new-user"
required="">
<input
type="password"
id="col_password"
name="col_password"
class="form-control no-autocomplete"
autocomplete="new-password"
minlength="8"
required="">
autocomplete="new-user"
and autocomplete="new-password"
probably are the reason we think this is a sign up form.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:serg, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(sgalich)
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Updated•8 months ago
|
Assignee: jneuberger → nobody
Status: ASSIGNED → NEW
You need to log in
before you can comment on or make changes to this bug.
Description
•