mirror of
https://github.com/fazo96/homework.git
synced 2025-01-09 12:10:08 +01:00
login expires in 30 days now
This commit is contained in:
parent
fc48662b9b
commit
0b22888902
@ -7,7 +7,7 @@ validateEmail = (email) ->
|
||||
|
||||
Accounts.config {
|
||||
sendVerificationEmail: true
|
||||
loginExpirationInDays: 1
|
||||
loginExpirationInDays: 30
|
||||
}
|
||||
|
||||
# Code that checks if a new user request is valid
|
||||
|
Loading…
Reference in New Issue
Block a user