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:
parent
fc48662b9b
commit
0b22888902
@ -7,7 +7,7 @@ validateEmail = (email) ->
|
|||||||
|
|
||||||
Accounts.config {
|
Accounts.config {
|
||||||
sendVerificationEmail: true
|
sendVerificationEmail: true
|
||||||
loginExpirationInDays: 1
|
loginExpirationInDays: 30
|
||||||
}
|
}
|
||||||
|
|
||||||
# Code that checks if a new user request is valid
|
# Code that checks if a new user request is valid
|
||||||
|
Loading…
Reference in New Issue
Block a user