Skip to content

Commit 7a24287

Browse files
Fix links to Auth providers in Ops Manual (#1054)
1 parent 0b50dd3 commit 7a24287

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ SET AUTH 'native' {
133133
SET PASSWORD CHANGE REQUIRED
134134
}
135135
----
136-
| Added the ability set which link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers] apply to a user (Enterprise Edition).
136+
| Added the ability set which link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers] apply to a user (Enterprise Edition).
137137

138138
Administration of the native (username / password) auth via the new syntax is also now supported (Community Edition).
139139

@@ -148,7 +148,7 @@ SET AUTH 'externalProviderName' {
148148
SET ID 'userIdForExternalProvider'
149149
}
150150
----
151-
| Added the ability add and remove user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers] via the `ALTER USER` command.
151+
| Added the ability add and remove user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers] via the `ALTER USER` command.
152152

153153
Setting the native (username / password) auth provider via this new syntax is also supported (Community Edition), but removing any auth provider or setting a non-native auth provider is only supported in Enterprise Edition.
154154

@@ -171,7 +171,7 @@ label:new[] +
171171
SET AUTH
172172
----
173173
a|
174-
New privilege that allows a user to modify user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers].
174+
New privilege that allows a user to modify user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers].
175175
This is a sub-privilege of the `ALTER USER` privilege.
176176
Like all `GRANT`/`DENY` commands this is only available in Enterprise Edition.
177177

0 commit comments

Comments
 (0)