diff --git a/build.gradle b/build.gradle index b03a2b6d..64258ed4 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ def TEMPLATE_LIST_FILE_NAME = "templates.manifest" task buildGitCommitFile { doLast { def commitId = grgit.head().id - // is there a variable for builddir/classe/java/main? + // is there a variable for builddir/classes/java/main? file("$buildDir/classes/java/main/us/kbase/auth2/gitcommit").text = commitId } } diff --git a/templates/adminconfig.mustache b/templates/adminconfig.mustache index 800b5358..6e967912 100644 --- a/templates/adminconfig.mustache +++ b/templates/adminconfig.mustache @@ -28,24 +28,24 @@ The stack trace is always logged.

Allowed post-login redirect URL prefix: -

Redirect URL when a user cannot be logged in immediately after return from 3rd party provider, e.g. a choice of accounts is required or an account must be created. -

Redirect URL after an account link (usually to a user page showing their identities). -

Redirect URL when a user account cannot be linked immediately after return from 3rd party provider, e.g. a choice of accounts is required. -

@@ -87,24 +87,24 @@ provider, e.g. a choice of accounts is required.

Allowed post-login redirect URL prefix: -

Redirect URL when a user cannot be logged in immediately after return from 3rd party provider, e.g. a choice of accounts is required or an account must be created. -

Redirect URL after an account link (usually to a user page showing their identities). -

Redirect URL when a user account cannot be linked immediately after return from 3rd party provider, e.g. a choice of accounts is required. -

diff --git a/templates/admingeneral.mustache b/templates/admingeneral.mustache index c98f2306..857e2d7b 100644 --- a/templates/admingeneral.mustache +++ b/templates/admingeneral.mustache @@ -3,9 +3,6 @@
-
- -
View token:
@@ -34,5 +31,16 @@ {{id}}
{{/customroles}} +
+ +

WARNING: venturing beyond this point puts + your soul in mortal peril

+

Revoke all tokens in the service, including agent tokens, service tokens, etc. +This will log all users out and cause any processes using any tokens whatsoever +to error out. No warning is given; if you click the button below it happens.

+
+ +
\ No newline at end of file