From fa5bb9b1be8edadb44dbafa68fb0a0789d3c1371 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 23 Jan 2020 09:17:04 +1300 Subject: [PATCH] feat(stack-creation): add note for 2FA (#3509) * refactor(stack-creation): add note for 2FA * Update app/portainer/views/stacks/create/createstack.html Co-Authored-By: Anthony Lapenna Co-authored-by: Anthony Lapenna --- app/portainer/views/stacks/create/createstack.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/portainer/views/stacks/create/createstack.html b/app/portainer/views/stacks/create/createstack.html index 9b5cc8676..d75c433e9 100644 --- a/app/portainer/views/stacks/create/createstack.html +++ b/app/portainer/views/stacks/create/createstack.html @@ -160,15 +160,20 @@ +
+ + If your git account has 2FA enabled, you may receive an authentication required error when deploying your stack. In this case, you will need to provide a personal-access token instead of your password. + +
-