如何在没有REST API的情况下为neo4j集群配置用户和密码 [英] How to configure user and password for neo4j cluster without REST API

查看:68
本文介绍了如何在没有REST API的情况下为neo4j集群配置用户和密码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的版本是neo4j-enterprise-2.2.0-M02

The version I use is neo4j-enterprise-2.2.0-M02

我的问题是: 如何在后端或浏览器而不是REST API中配置用户(例如添加新用户,更改密码等)?我可以通过neo4j-shell吗?想象我是一个DBA,使用REST API这样做不是很方便.

My question is : How can I configure a user (like add a new user, change the password ,etc) in backend or browser, instead of REST API? Can I do it via neo4j-shell? imagine that I am a DBA, it is not very convenient to do this by REST API.

任何帮助将不胜感激!

推荐答案

您可以使用浏览器代替API.只需转到http://localhost:7474(或Web控制台绑定到的任何IP),系统将提示您更改密码.身份验证后,请使用命令:server change-password再次更改密码.

You can use the browser instead of the API. Just go to http://localhost:7474 (or whatever IP to which the web console is bound) and you will be prompted to change the password. Once authenticated, use the command :server change-password to change the password again.

尚无法在系统中创建多个用户帐户.

It is not yet possible to create multiple user accounts within the system.

您可以使用命令:help server查看可用的身份验证命令.

You can use the command :help server to see available authentication commands.

这篇关于如何在没有REST API的情况下为neo4j集群配置用户和密码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆