Clean Up New Login Confirmation User Agent Strings
Bug #1648569 reported by
Nat Katin-Borland
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL4 |
Fix Released
|
Medium
|
Carlos de la Guardia |
Bug Description
As discussed on today's check-in call with Oleg, let's try to clean up the user agent strings in the New Login confirmation emails because the full agent strings have been confusing staff, especially with how IE shows up as Mozilla.
Oleg shared an example from DropBox (attached). He also pointed to a website http://
Please see if there is Python library that we can use to pull in clearer user agent identifications that are less confusing to the end user.
Thanks,
Changed in karl4: | |
importance: | Undecided → Medium |
assignee: | nobody → Carlos de la Guardia (cguardia) |
milestone: | none → 026 |
Changed in karl4: | |
status: | Fix Committed → Fix Released |
status: | Fix Released → In Progress |
status: | In Progress → Fix Committed |
Changed in karl4: | |
milestone: | 026 → 027 |
Changed in karl4: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think we could use this one:
https:/ /pypi.python. org/pypi/ user-agents/ 1.0.1
Could you add it to the eggs?