Skip to content

Commit

Permalink
Disable login expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Aug 29, 2018
1 parent 05c9ce7 commit db4b3d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/imports/accounts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { Accounts } from 'meteor/accounts-base';

Accounts.config({
loginExpirationInDays: null
});

Accounts.emailTemplates.siteName = 'Song Pot';
Accounts.emailTemplates.from = 'Song Pot Admin <no-reply@songpot.rocks>';

Expand Down

0 comments on commit db4b3d1

Please sign in to comment.