Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

implementing updateuser in the admin

Open
#109 0 comments 0 reactions 1 assignee View on GitHub

@d4rkstar is already working on this.

Since Apr 18, 2025.

Assessment

This issue has not been assessed yet.

Description

  • I have searched the issues of this repository and believe that this is not a duplicate.
Ⅰ. Issue Description

addming user twice results in secrets being lost and there is no way

Ⅱ. Describe what happened

if you do adduser twice, the user password is updated but not resource secrets

so it results in a user with different resources but with the wrong secrets as they are being regenerates

Ⅲ. Describe what you expected to happen

if you do adduser of an existing user, the system should warn an user exists and suggest to use updateuser instead

if you do an updateuser it should creete the user reading the current whisksusers and then update it changing the passwords but keeping the existing secrets

Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:

currert tasks

Dominant language
Python
Stars
576
Forks
29
Avg merge
51m
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/openserverless

All issues in apache/openserverless

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.