From 085589bcec329b29a4352f02a0ccee6230a8384c Mon Sep 17 00:00:00 2001 From: tigattack <10629864+tigattack@users.noreply.github.com> Date: Sat, 27 Feb 2021 12:11:41 +0000 Subject: [PATCH] docs(exampleFlows): Rename pbflow to akflow (#596) * docs(exampleFlows): Rename enrollment-2-stage.pbflow * docs(exampleFlows): Rename enrollment-email-verification.pbflow * docs(exampleFlows): Rename login-2fa.pbflow * docs(exampleFlows): Rename login-conditional-captcha.pbflow * docs(exampleFlows): Rename recovery-email-verification.pbflow * docs(exampleFlows): Rename unenrollment.pbflow * docs(exampleFlows): Fix links. --- website/docs/flow/examples.md | 12 ++++++------ ...ment-2-stage.pbflow => enrollment-2-stage.akflow} | 0 ...n.pbflow => enrollment-email-verification.akflow} | 0 .../flows/{login-2fa.pbflow => login-2fa.akflow} | 0 ...ptcha.pbflow => login-conditional-captcha.akflow} | 0 ...ion.pbflow => recovery-email-verification.akflow} | 0 .../{unenrollment.pbflow => unenrollment.akflow} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename website/static/flows/{enrollment-2-stage.pbflow => enrollment-2-stage.akflow} (100%) rename website/static/flows/{enrollment-email-verification.pbflow => enrollment-email-verification.akflow} (100%) rename website/static/flows/{login-2fa.pbflow => login-2fa.akflow} (100%) rename website/static/flows/{login-conditional-captcha.pbflow => login-conditional-captcha.akflow} (100%) rename website/static/flows/{recovery-email-verification.pbflow => recovery-email-verification.akflow} (100%) rename website/static/flows/{unenrollment.pbflow => unenrollment.akflow} (100%) diff --git a/website/docs/flow/examples.md b/website/docs/flow/examples.md index 8ed17fbb7..b714ec080 100644 --- a/website/docs/flow/examples.md +++ b/website/docs/flow/examples.md @@ -8,13 +8,13 @@ You can apply theses flows multiple times to stay updated, however this will dis ## Enrollment (2 Stage) -Flow: right-click [here](/flows/enrollment-2-stage.pbflow) and save the file. +Flow: right-click [here](/flows/enrollment-2-stage.akflow) and save the file. Sign-up flow for new users, which prompts them for their username, email, password and name. No verification is done. Users are also immediately logged on after this flow. ## Enrollment with email verification -Flow: right-click [here](/flows/enrollment-email-verification.pbflow) and save the file. +Flow: right-click [here](/flows/enrollment-email-verification.akflow) and save the file. Same flow as above, with an extra email verification stage. @@ -22,13 +22,13 @@ You'll probably have to adjust the Email stage and set your connection details. ## Two-factor Login -Flow: right-click [here](/flows/login-2fa.pbflow) and save the file. +Flow: right-click [here](/flows/login-2fa.akflow) and save the file. Login flow which follows the default pattern (username/email, then password), but also checks for the user's OTP token, if they have one configured ## Login with conditional Captcha -Flow: right-click [here](/flows/login-conditional-captcha.pbflow) and save the file. +Flow: right-click [here](/flows/login-conditional-captcha.akflow) and save the file. Login flow which conditionally shows the users a captcha, based on the reputation of their IP and Username. @@ -36,13 +36,13 @@ By default, the captcha test keys are used. You can get a proper key [here](http ## Recovery with email verification -Flow: right-click [here](/flows/recovery-email-verification.pbflow) and save the file. +Flow: right-click [here](/flows/recovery-email-verification.akflow) and save the file. Recovery flow, the user is sent an email after they've identified themselves. After they click on the link in the email, they are prompted for a new password and immediately logged on. ## User deletion -Flow: right-click [here](/flows/unenrollment.pbflow) and save the file. +Flow: right-click [here](/flows/unenrollment.akflow) and save the file. Flow for users to delete their account, diff --git a/website/static/flows/enrollment-2-stage.pbflow b/website/static/flows/enrollment-2-stage.akflow similarity index 100% rename from website/static/flows/enrollment-2-stage.pbflow rename to website/static/flows/enrollment-2-stage.akflow diff --git a/website/static/flows/enrollment-email-verification.pbflow b/website/static/flows/enrollment-email-verification.akflow similarity index 100% rename from website/static/flows/enrollment-email-verification.pbflow rename to website/static/flows/enrollment-email-verification.akflow diff --git a/website/static/flows/login-2fa.pbflow b/website/static/flows/login-2fa.akflow similarity index 100% rename from website/static/flows/login-2fa.pbflow rename to website/static/flows/login-2fa.akflow diff --git a/website/static/flows/login-conditional-captcha.pbflow b/website/static/flows/login-conditional-captcha.akflow similarity index 100% rename from website/static/flows/login-conditional-captcha.pbflow rename to website/static/flows/login-conditional-captcha.akflow diff --git a/website/static/flows/recovery-email-verification.pbflow b/website/static/flows/recovery-email-verification.akflow similarity index 100% rename from website/static/flows/recovery-email-verification.pbflow rename to website/static/flows/recovery-email-verification.akflow diff --git a/website/static/flows/unenrollment.pbflow b/website/static/flows/unenrollment.akflow similarity index 100% rename from website/static/flows/unenrollment.pbflow rename to website/static/flows/unenrollment.akflow