diff --git a/README.md b/README.md index 6e6fc63..d76802c 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ This application allows users to create and manage accounts for the World of War 1. **Clone the repository:** ```bash - git clone https://github.com/BeardedInfoSec/AzerothCore.git - cd AzerothCore + git clone https://github.com/BeardedInfoSec/AzerothCore-website.git + cd AzerothCore-website ``` 2. **Configure the application:** @@ -66,6 +66,10 @@ To secure your application: - Configure your firewall to allow traffic on these ports and point to your server's IP address or domain. - Obtain and install an SSL/TLS certificate to enable HTTPS. +### Email Configuration + +- **Important**: The password reset functionality will not work without having the Gmail account configured, as it sends the reset link through email. + ## Security Best Practices - **Disable Debug Mode**: Ensure `debug=False` in your app configuration. diff --git a/tokens.db b/tokens.db deleted file mode 100644 index f8edaff..0000000 Binary files a/tokens.db and /dev/null differ