libreForms / libreForms-flask

Flask implementation of the libreForms API
https://libreforms.readthedocs.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

[admin] add a mass reset password feature in admin console #479

Closed signebedi closed 11 months ago

signebedi commented 11 months ago

[admin] add a mass reset password feature in admin console This would just wrap the current password reset feature. I think we just generate a programmatic password instead of letting the admin specify. Then we notify users independently if notify_users_on_admin_action is set to True.

Originally posted by @signebedi in https://github.com/libreForms/libreForms-flask/issues/315#issuecomment-1821148169