Skip to content

Commit fc2d16d

Browse files
wind39djw-m
authored andcommitted
Remove the token from the instructions
Signed-off-by: William Ivanski <[email protected]>
1 parent 93d1f56 commit fc2d16d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

product_docs/docs/lasso/4/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configuration
33
---
44

5-
Besides being mandatory for the customer `id` and `token`, the Lasso
5+
Besides being mandatory for the customer `id`, the Lasso
66
configuration file also allows you to omit most of the command line
77
options that your environment might require. (You can see a list of all
88
the command-line options in [Usage](usage).)

product_docs/docs/lasso/4/install.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ title: Installing Lasso
44

55
EDB distributes the application through the
66
[EDB website](https://www.enterprisedb.com/software-downloads-postgres)
7-
and grants usage to customers using a *company token* as a means of
8-
authentication.
7+
and grants usage to customers using a *company ID*.
98

109

1110
## Linux
@@ -97,19 +96,16 @@ The minimum configuration file looks like this:
9796
```
9897
[customer]
9998
id=XXXXX
100-
token=YYYYYYYYY
10199
```
102100

103-
Replace the `id` and `token` value with the information found in your
101+
Replace the `id` value with the information found in your
104102
company page in the Support Portal. (In the left menu bar, select
105103
**Company info > Company**.) Enter the **Company code** value from this page
106-
in the `id` field in the configuration file. Enter the
107-
**Token** value in the `token` field in the
108-
configuration file.
104+
in the `id` field in the configuration file.
109105

110106
!!! Important
111107
A configuration file for Lasso is mandatory and must contain at least
112-
the customer id and token.
108+
the customer id.
113109
!!!
114110

115111
For more details about the Lasso configuration, see

0 commit comments

Comments
 (0)