Fixed an issue that prevented the password reset tokens from working. Added email templates for password reset success and new account creation. Added more dynamic email template support.
4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/bash
|
|
|
|
# Restart the website systemd service
|
|
sudo systemctl restart website.service
|