Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to modify the password #43

Closed
endachao opened this issue Jan 18, 2017 · 4 comments
Closed

How to modify the password #43

endachao opened this issue Jan 18, 2017 · 4 comments

Comments

@endachao
Copy link

After the installation is complete, open the address login, the default account password is admin, 123456

How do I change it

@endachao
Copy link
Author

Thank you, carefully read the document, have found the answer

$ curl -X PATCH -H "Authorization: Bearer mytoken" -H "Accept: application/json" -H "Content-Type:application/json" -d '{"oldPassword":"123456","newPassword":"654321"}' http://127.0.0.1:3000/users/password

@zhou1112
Copy link

zhou1112 commented Nov 7, 2018

如何增加多个账户,服务器是后端自己搭建在阿里云上的,目前使用的是 默认账号,即admin, 123456. 账户名是@lisong, 如何使用自己的邮箱登陆自己搭建的阿里云热更新服务器呢

@lisong
Copy link
Owner

lisong commented Nov 7, 2018

直接表里面加吧,如果通过注册的方式,还需要配置邮件和redis

@ypchris
Copy link

ypchris commented Apr 23, 2019

直接表里面加吧,如果通过注册的方式,还需要配置邮件和redis

你好,这个用户的密码使用的是什么加密方式?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants