How to modify the password
endachao opened this issue · 4 comments
endachao commented
After the installation is complete, open the address login, the default account password is admin, 123456
How do I change it
endachao commented
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 commented
如何增加多个账户,服务器是后端自己搭建在阿里云上的,目前使用的是 默认账号,即admin, 123456. 账户名是@lisong, 如何使用自己的邮箱登陆自己搭建的阿里云热更新服务器呢
lisong commented
直接表里面加吧,如果通过注册的方式,还需要配置邮件和redis
ypchris commented
直接表里面加吧,如果通过注册的方式,还需要配置邮件和redis
你好,这个用户的密码使用的是什么加密方式?