We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2775416 commit 819ffdeCopy full SHA for 819ffde
README.md
@@ -1,5 +1,7 @@
1
# IAM - 身份识别与访问管理系统
2
3
+**欢迎加入我的新课程 [孔令飞的云原生实战营](https://konglingfei.com),带你进阶为 Go + 云原生高级开发工程师。**
4
+
5
IAM = **I**dentity and **A**ccess **M**anagement
6
7
IAM 是一个基于 Go 语言开发的身份识别与访问管理系统,用于对资源访问进行授权。**最新稳定版本为:v1.6.2,建议基于稳定版安装测试**。
docs/guide/zh-CN/api/user.md
@@ -164,7 +164,7 @@ Null
164
**输入示例**
165
166
```bash
167
-curl -XPOST -H'Content-Type: application/json' -H'Authorization: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
+curl -XPUT -H'Content-Type: application/json' -H'Authorization: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
168
"oldPassword": "Foo@2020",
169
"newPassword": "Foo@2021"
170
}' http://marmotedu.io:8080/v1/users/foo/change-password
0 commit comments