From d72626733ead7b8482358f9a27e46ac32da6561a Mon Sep 17 00:00:00 2001 From: John Braun Date: Thu, 10 Oct 2019 08:48:11 +0200 Subject: [PATCH 1/2] Generalize the specified amount of time Since we the authentication timeout is configurable by the user, I don't think we should hard code "a few hours" here. Therefore, I now opted for "a certain amount of time". --- src/Auth/bootstrap-stubs/auth/passwords/confirm.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub index f144e71..e1d40bc 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub @@ -9,7 +9,7 @@
{{ __('Please confirm your password before continuing.') }} - {{ __('We won\'t ask for your password again for a few hours.') }} + {{ __('We won\'t ask for your password again for a certain amount of time.') }}
@csrf From 23886c7796b2cc8f5595761bd6a77b41b61fedae Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 10 Oct 2019 08:28:29 -0500 Subject: [PATCH 2/2] Update confirm.stub --- src/Auth/bootstrap-stubs/auth/passwords/confirm.stub | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub index e1d40bc..ca78fc1 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub @@ -9,7 +9,6 @@
{{ __('Please confirm your password before continuing.') }} - {{ __('We won\'t ask for your password again for a certain amount of time.') }} @csrf