Added French translation. Auth token now valid for a year instead of two weeks
This commit is contained in:
@@ -54,6 +54,7 @@ Handler::configureAuth(void)
|
||||
{
|
||||
authService.setEmailVerificationEnabled(false);
|
||||
authService.setAuthTokensEnabled(true, "lmsauth");
|
||||
authService.setAuthTokenValidity(24 * 60 * 365); // A year
|
||||
authService.setIdentityPolicy(Wt::Auth::IdentityPolicy::LoginName);
|
||||
authService.setRandomTokenLength(32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user