Skip to content
Snippets Groups Projects
Commit f2c49ba3 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

make authentication good for *2 weeks* instead of one. closes #543

parent a996c3f7
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ g_configs.production = {
create_schema: true
},
bcrypt_work_factor: 12,
authentication_duration_ms: (7 * 24 * 60 * 60 * 1000),
authentication_duration_ms: (2 * 7 * 24 * 60 * 60 * 1000),
certificate_validity_ms: (24 * 60 * 60 * 1000),
min_time_between_emails_ms: (60 * 1000)
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment