lisong / code-push-server

CodePush service is hot update services which adapter react-native-code-push and cordova-plugin-code-push - 热更新

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to modify the password

endachao opened this issue · comments

commented

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

How do I change it

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

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

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

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

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