mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #161] [MERGED] Add feature to interact with users #272
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/161
Author: @Tinyblargon
Created: 4/3/2022
Status: ✅ Merged
Merged: 4/4/2022
Merged by: @mleone87
Base:
master← Head:Feature-User📝 Commits (1)
91cfc1fAdd feature to interact with users📊 Changes
6 files changed (+344 additions, -1 deletions)
View changed files
📝
README.md(+28 -0)📝
main.go(+49 -0)📝
proxmox/client.go(+98 -0)➕
proxmox/config_user.go(+123 -0)📝
proxmox/session.go(+13 -1)📝
proxmox/util.go(+33 -0)📄 Description
Added the functionality to interact with the user configuration of proxmox.
Features include:
getUserList
Gives the json output of all the existing users
getUser
Gives the json formatted output of a users current configuration
updateUserPassword
Updates the users password
setUser
Creates or updates the users configuration
deleteUser
Deletes the user
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
ConfigQemu.Node,Pool,VmID#360ConfigQemu.Node,Pool,VmID#373