"Update README.md with new clone URL and add email configuration section; remove tokens.db file"
This commit is contained in:
parent
92fa6108be
commit
1fe4d2510c
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
BIN
tokens.db
BIN
tokens.db
Binary file not shown.
Loading…
Reference in a new issue