1
0
mirror of https://github.com/fazo96/homework.git synced 2025-01-10 12:14:22 +01:00

login expires in 30 days now

This commit is contained in:
fazo96 2014-10-06 13:00:57 +02:00
parent fc48662b9b
commit 0b22888902

View File

@ -7,7 +7,7 @@ validateEmail = (email) ->
Accounts.config {
sendVerificationEmail: true
loginExpirationInDays: 1
loginExpirationInDays: 30
}
# Code that checks if a new user request is valid