hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

Implemented helper for password reset #1043

Open s3inlc opened 6 months ago

s3inlc commented 6 months ago

Helper added for non-authenticated requests for a reset of a users password.

This function requires emails to be sent, therefore the email docker configuration is included as well (which for example would also be used by email notifications).

As a simple sendmail utility, ssmtp is used whose configuration is now included in docker-compose and the example env as well.