Doc+log
This commit is contained in:
parent
4f749c7d88
commit
983002b5ec
2 changed files with 6 additions and 5 deletions
|
|
@ -38,7 +38,8 @@ pub const COOKIE_LANG_NAME: &str = "lang";
|
|||
/// (cookie authentication, password reset, validation token).
|
||||
pub const TOKEN_SIZE: usize = 32;
|
||||
|
||||
pub const EMAIL_ADDRESS: &str = "recipes@recipes.gburri.org";
|
||||
// TODO: Move it in conf.ron.
|
||||
pub const EMAIL_ADDRESS: &str = "recipes@gburri.org";
|
||||
|
||||
/// When sending a validation email,
|
||||
/// the server has this duration to wait for a response from the SMTP server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue