Open Bug 1844660 Opened 1 year ago Updated 26 days ago

False positive sign up form detection on voip.ms

Categories

(Toolkit :: Password Manager: Site Compatibility, defect, P2)

defect

Tracking

()

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.

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)
Severity: -- → S3
Priority: -- → P2
Assignee: jneuberger → nobody
Status: ASSIGNED → NEW
You need to log in before you can comment on or make changes to this bug.