OpenSlides / openslides-client

Webclient for OpenSlides 4+
MIT License
3 stars 29 forks source link

Implementation of an optionally activatable process that can detect weak passwords #1917

Open Lukas2112 opened 3 years ago

Lukas2112 commented 3 years ago

The Free/Libre Open Source Software (FLOSS) Nextcloud has implemented a functionality that detects (very) weak passwords and informs the users that the chosen password would be easily crackable.

The same functionality with a hint to use a (FLOSS) password manager could be useful to implement under certain circumstances.

tsiegleauq commented 3 years ago

Stick to the issue template.

Seems to be pretty easy and should be client only. user-detail-component and password-component would require a service to check the (new) password before saving the request. Can be combined with the already existing prompt-service