mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added an mechanism to reset passwords via mail.
This commit is contained in:
parent
0716b8ff93
commit
6a0d027675
20 changed files with 2373 additions and 64 deletions
13
.env
13
.env
|
@ -27,14 +27,6 @@ APP_SECRET=7915fd8481d1a52cf42010ebe2caa974
|
|||
DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db
|
||||
###< doctrine/doctrine-bundle ###
|
||||
|
||||
###> symfony/swiftmailer-bundle ###
|
||||
# For Gmail as a transport, use: "gmail://username:password@localhost"
|
||||
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
|
||||
# Delivery is disabled by default via "null://localhost"
|
||||
MAILER_URL=null://localhost
|
||||
###< symfony/swiftmailer-bundle ###
|
||||
|
||||
|
||||
### Custom vars
|
||||
|
||||
FIXER_API_KEY=CHANGEME
|
||||
|
@ -50,4 +42,7 @@ BANNER=""
|
|||
# In demo mode things it is not possible for a user to change his password and his settings.
|
||||
DEMO_MODE=0
|
||||
|
||||
### End custom vars
|
||||
### End custom vars
|
||||
###> symfony/mailer ###
|
||||
# MAILER_DSN=smtp://localhost
|
||||
###< symfony/mailer ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue