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.
7 lines
155 B
Bash
7 lines
155 B
Bash
#!/bin/bash
|
|
|
|
# Navigate to the project directory
|
|
cd /home/wotlk_webserver/AzerothCore-website
|
|
|
|
# Activate the virtual environment
|
|
source venv/bin/activate
|