mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: Add update user password endpoint (#1310)
This commit is contained in:
@ -24,6 +24,10 @@ var (
|
||||
Type: "user_role",
|
||||
}
|
||||
|
||||
ResourceUserPasswordRole = Object{
|
||||
Type: "user_password",
|
||||
}
|
||||
|
||||
// ResourceWildcard represents all resource types
|
||||
ResourceWildcard = Object{
|
||||
Type: WildcardSymbol,
|
||||
|
Reference in New Issue
Block a user