svpbde / svpb

Some simple Django webapps for our sailing club
Apache License 2.0
0 stars 0 forks source link

Password reset for inactive users #10

Open transistortim opened 1 year ago

transistortim commented 1 year ago

There is a function to generate new letters (i.e. reset the passwords) for inactive users (e.g. if they lost the initial letter).

It is currently not reachable from the front-end (commented, see https://github.com/svpbde/svpb/commit/43bb9ed93ea836e60d8d3be440ab67003418487a#diff-e6b5311ef36290c6a071f49e36fdf3aada0ebfd8d32ecd94789a31d67219147cR284).

Should we re-enable this? If yes, we should also add it to the "mitglieder" app (maybe just for superusers, like the admin access).