Просмотр исходного кода

add missing parameters for resetpassword smtp configuration

Damien ACCORSI 11 лет назад
Родитель
Сommit
df191ff3f1
1 измененных файлов: 5 добавлений и 3 удалений
  1. 5 3
      tracim/development.ini.base

+ 5 - 3
tracim/development.ini.base Просмотреть файл

108
 # Reset password through email related configuration.
108
 # Reset password through email related configuration.
109
 # These emails will be sent through SMTP
109
 # These emails will be sent through SMTP
110
 #
110
 #
111
-# resetpassword.email_sender = email@sender.com
112
-# resetpassword.smtp_host = smtp.sender
113
-# resetpassword.smtp_port = 25
111
+resetpassword.email_sender = email@sender.com
112
+resetpassword.smtp_host = smtp.sender
113
+resetpassword.smtp_port = 25
114
+resetpassword.smtp_login = smtp.login
115
+resetpassword.smtp_passwd = smtp.password
114
 
116
 
115
 
117
 
116
 website.title = TRACIM - BOB
118
 website.title = TRACIM - BOB