Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/cn/docs/config/config-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy

在鉴权配置完成后,需在首次执行 `init-store.sh` 时命令行中输入 `admin` 密码 (非 docker 部署模式下)

如果基于 docker 镜像部署或者已经初始化 HugeGraph 并需要转换为鉴权模式,需要删除相关图数据并重新启动 HugeGraph,若图已有业务数据,暂时**无法直接转换**鉴权模式 (对于该功能的改进/支持将在下个版本中发布)。
如果基于 docker 镜像部署或者已经初始化 HugeGraph 并需要转换为鉴权模式,需要删除相关图数据并重新启动 HugeGraph,若图已有业务数据,暂时**无法直接转换**鉴权模式 (对于该功能的改进将在下个版本发布,修改方式可参考 [PR 2411](https://github.com/apache/incubator-hugegraph/pull/2411))。

```bash
# stop the hugeGraph firstly
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/config/config-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ After the authentication configuration completed, enter the **admin password** o

If deployed based on Docker image or if HugeGraph has already been initialized and needs to be converted to authentication mode,
relevant graph data needs to be deleted and HugeGraph needs to be restarted. If there is already business data in the diagram,
it is temporarily **not possible** to directly convert the authentication mode (improvements/support for this feature will be released in the next version).
it is temporarily **not possible** to directly convert the authentication mode (improvements/support for this feature will be released in the next version. Could refer [PR 2411](https://github.com/apache/incubator-hugegraph/pull/2411)).

```bash
# stop the hugeGraph firstly
Expand Down