analytics/lib/plausible_web/views
Adrian Gruntkowski 51c1138d0d
Implement better user password validation (#3344)
* Add zxcvbn dependency

* Change password length range requirement from 6-64 to 12-128

* Reimplement register form in LV

* Implement server-side check for password strength

* Add rudimentary strength meter

* Make password input with strength a separate component and improve it

* Fix existing tests to provide strong enough password

* Apply formatting

* Replace existing registration form with new one

* Hide built-in label in `.input` component when none provided

* Crop password to first 32 chars for analysis by zxcvbn

* Add tests for new form components

* Integrate hCaptcha into LV

* Fix existing AuthController tests

* Add tests for Live.RegisterForm

* Hide strength meter when password input is empty

* Randomize client IP in headers during tests to avoid hitting rate limit

* Apply auxilliary formatting fixes to AuthController

* Integrate registration from invitation into LV registration logic

* Fix existing password set and reset forms

* Make `password_length_hint` component more customizable

* Optimize `Auth.User.set_password/2`

* Remove unnecessary attribute from registration form

* Move password set and reset forms to LV

* Add tests for SetPasswordForm LV component

* Add tests for password checks in `Auth.User`

* Document code a bit

* Implement simpler approach to hCaptcha integration

* Update CHANGELOG.md

* Improve consistency of color scheme

* Introduce debounce across all text inputs in registration and password forms

* Fix email input background in register form

* Ensure only single error is rendered for empty password confirmation case

* Remove `/password` form entirely in favor of preferred password reset

* Remove unnecessary `router` option from `live_render` calls

* Make expensive assigns in LV with `assign_new` (h/t @aerosol)

* Accept passwords longer than 32 bytes uniformly as very strong

* Avoid displaying blank error side by side with weak password error

* Make register actions handle errors gracefully

* Render only a single piece of feedback to reduce noise

* Make register and password reset forms pw manager friendly (h/t @cnkk)

* Move registration forms to live routes

* Delete no longer used deadviews

* Adjust registration form in accordance to changes in #3290

* Reintroduce dogfood page path for invitation form from #3290

* Use alternative approach to submitting plausible metrics from LV form

* Rename metrics events and extend tests to account for them
2023-09-25 10:27:29 +02:00
..
site Invitations (#1122) 2021-06-16 15:00:07 +03:00
auth_view.ex Usage & Limits section (#3291) 2023-08-24 14:22:49 -03:00
billing_view.ex improve first launch experience for self-hosters (#2357) 2022-11-10 12:42:22 +01:00
email_view.ex Show user feedback form on server errors (#2617) 2023-01-25 15:15:41 +01:00
error_helpers.ex Implement better user password validation (#3344) 2023-09-25 10:27:29 +02:00
error_view.ex Add login link to 404 page (#3288) 2023-08-22 08:45:38 +02:00
form_helpers.ex Add error state when no data is returned from GA API 2022-06-02 14:40:52 +03:00
layout_view.ex Dogfooding improvements (#3290) 2023-09-21 13:05:50 +03:00
page_view.ex add landing page (#2989) 2023-06-01 14:34:48 +03:00
site_view.ex Funnel site settings (#3039) 2023-06-22 09:00:07 +02:00
stats_view.ex Prepare base for the funnel PRs merge (#2993) 2023-06-01 15:26:23 +02:00
unsubscribe_view.ex Add and remove recipients for email reports (#28) 2020-01-22 11:16:53 +02:00