django-rest-passwordreset icon indicating copy to clipboard operation
django-rest-passwordreset copied to clipboard

Increase max_length on field user_agent to 512 chars

Open mvasilchenko opened this issue 3 years ago • 1 comments

Hi, I'm noticed here, how are users trying to reset their passwords from several not-standard browsers, like Instagram browser and Facebook browser. And in this case, I am catching exception value too long for type character varying(256)

This is an example Instagram browser user agent

'Mozilla/5.0 (Linux; Android 10; RMX2040 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/91.0.4472.120 Mobile Safari/537.36 Instagram Android (29/10; 320dpi; 720x1456; realme; RMX2040; RMX2040; mt6768; ru_RU; 302733769)'

mvasilchenko avatar Jul 15 '21 20:07 mvasilchenko

have the same issue

cyzanfar avatar Apr 21 '22 14:04 cyzanfar

What's the blocker to getting this in?

replygirl avatar Apr 26 '23 23:04 replygirl

Closed by https://github.com/anexia-it/django-rest-passwordreset/pull/182

nezhar avatar Oct 13 '23 13:10 nezhar