Skip to content

Commit 357d98e

Browse files
committed
Readme: Typos
1 parent 0237a89 commit 357d98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Please check whether your **webtrees BASE_URL** in the config.ini.php file **sta
6565
## Sign On Options
6666

6767
The OAuth 2.0 Client offers two different options to sign on with an authorization provider:
68-
+ **Register a new webtrees user based on the identity provided by an authorization provider**: Sign out and choose to sign in with an authorization provider. A new webtrees user will be registered. The registration will fail if the email oder the user name, which is transmitted by the authorization provider, already exists within webtrees. After the registration, a webtrees administrator needs to approve the new user and the email before signing in with the authorization provider is possible. The general idea of this option is that the user identify from the authorization provider is used within webtrees. In the control panel, a setting is offered to synchronize the email address from the authorization provider to the webtrees user.
68+
+ **Register a new webtrees user based on the identity provided by an authorization provider**: Sign out and choose to sign in with an authorization provider. A new webtrees user will be registered. The registration will fail if the email or the user name, which is transmitted by the authorization provider, already exists within webtrees. After the registration, a webtrees administrator needs to approve the new user and the email before signing in with the authorization provider is possible. The general idea of this option is that the user identify from the authorization provider is used within webtrees. In the control panel, a setting is offered to synchronize the email address from the authorization provider to the webtrees user.
6969
+ **Connect an existing webtrees user with an authorization provider**: Sign on with an exisiting user and choose to "connect" the existing user with an authorization provider. In this case, the existing user credentials in webtrees will continue to exist and the user will be (additionally) allowed to sign in with the chosen provider. The general idea of this is that the two user accounts exist in parallel and are connected.
7070

7171
## Handling of User Name and Email
@@ -128,7 +128,7 @@ Generic_signInButtonLabel='xxx'
128128
+ **Generic_urlAuthorize**='...' (value from the OAuth 2.0 Server)
129129
+ **Generic_urlAccessToken**='...' (value from the OAuth 2.0 Server)
130130
+ **Generic_urlResourceOwnerDetails**='...' (value from the OAuth 2.0 Server)
131-
+ **Generic_signInButtonLabel**='...' (the label, which shall be shown for the sign in button etc.))
131+
+ **Generic_signInButtonLabel**='...' (the label, which shall be shown for the sign in button etc.)
132132

133133
### Authentik
134134
+ Use the [Generic client](#generic) to connect with Authentik

0 commit comments

Comments
 (0)