diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-10-24 13:59:42 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-10-24 13:59:42 -0600 |
commit | 4e924cc7aeb4edceb84d43d97f0542539f614cdd (patch) | |
tree | 8d36b3c40e90d6ab6de3a5ecfbd6424f53414d48 /pith | |
parent | 01eddab0c79a55484d45b95a9869d96677f620ac (diff) | |
download | alpine-4e924cc7aeb4edceb84d43d97f0542539f614cdd.tar.xz |
* Improvements to Alpine help for xoauth2 and corrections to the menu
for authorization using the device method.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 50 |
1 files changed, 44 insertions, 6 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 53f4864c..48db2823 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 607 2021-10-23 21:25:07 +Alpine Commit 608 2021-10-24 13:59:38 ============= h_news ================= <HTML> <HEAD> @@ -2282,19 +2282,57 @@ You are trying to connect to a server that uses the XOAUTH2 method of authentication. <P> -In order to set this up, you need to authenticate in the target server -and authorize Alpine to access your email account. +In order to complete this process use a browser in the same computer +that you are using Alpine to open the given URL. <P> -After you have authorized Alpine, the server will generate an -"access code." In order to use this code, press 'C' -and copy and paste this code back into Alpine. +You will be sent to authenticate and later to authorize Alpine access to +your email. Once you have completed the authorization process you will get +a code. Input this code into Alpine by pressing 'C'. If you do not see a +code, but see an error message in your browser, copy and paste the URL of +the error page and paste into alpine after pressing the 'C' key. <P> After you have input the code, Alpine will conclude logging you into your account. <P> +If your version of Alpine was compiled to save passwords, then Alpine will save +the refresh and access tokens securely, otherwise you will have to repeat this +process every time you login to this server. + +<P> +<End of setting up XOAUTH2 Authentication help> +</BODY> +</HTML> +====== h_oauth2_start_device ====== +<HTML> +<HEAD> +<TITLE>Setting up XOAUTH2 Authentication Using the Device Flow</TITLE> +</HEAD> +<BODY> +<H1>Setting up XOAUTH2 Authentication Using the Device Flow</H1> + +You are trying to connect to a server that uses the XOAUTH2 method of +authentication. + +<P> +In order to complete this process use a browser in the same computer +that you are using Alpine to open the given URL and enter the code that you +were given by Alpine in that screen. + +<P> +You will be sent to authenticate and later to authorize Alpine access to +your email. Once you have completed the authorization process Alpine will +get the refresh and access tokens from the service servers and the authentication +process will be completed by Alpine. + +<P> +If your version of Alpine was compiled to save passwords, then Alpine will save +the refresh and access tokens securely, otherwise you will have to repeat this +process every time you login to this server. + +<P> <End of setting up XOAUTH2 Authentication help> </BODY> </HTML> |