Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASF-ui shows the wrong password format #1651

Open
5 tasks done
kevyndev opened this issue Dec 6, 2023 · 0 comments
Open
5 tasks done

ASF-ui shows the wrong password format #1651

kevyndev opened this issue Dec 6, 2023 · 0 comments
Assignees
Labels
🐛 Bug Issues marked with this label indicate unintended program behaviour that needs correction. 👍 PR-ok Issues marked with this label are good candidates for being accepted in a pull request.

Comments

@kevyndev
Copy link

kevyndev commented Dec 6, 2023

Checklist

ASF version

Latest stable release

ASF-ui version

c582499

Bug description

Using the ProtectedDataForCurrentUser, i have noticed that in the ASF-ui config tab, it's showing PlainText

image

Expected behavior

I expected that it's show the current password format

Actual behavior

It's always showing the Plain Text password format

Changing to ProtectedDataForCurrentUser the window below is shown

image

Steps to reproduce

  1. Setup an account
  2. Change the Password Format
  3. In ASF-ui the Password Format field shoud show Plaintext

Possible reason/solution

No response

Can you help us with this bug report?

Somehow, I can test and offer feedback, but can't code

Global ASF.json config file

{
  "IPCPassword": "***",
  "IPCPasswordFormat": 1,
  "SteamOwnerID": ***
}

BotName.json config of all affected bot instances

{
  "Enabled": true,
  "HoursUntilCardDrops": 0,
  "PasswordFormat": 2,
  "SendOnFarmingFinished": true,
  "SteamLogin": "***",
  "SteamPassword": "***",
  "SteamTradeToken": "***",
  "SteamUserPermissions": {
    "***": 3
  }
}

Additional info

No response

@kevyndev kevyndev added 🐛 Bug Issues marked with this label indicate unintended program behaviour that needs correction. 🧐 Evaluation Issues marked with this label are currently being evaluated if they're going to be considered. labels Dec 6, 2023
@MrBurrBurr MrBurrBurr self-assigned this Dec 6, 2023
@MrBurrBurr MrBurrBurr added 👍 PR-ok Issues marked with this label are good candidates for being accepted in a pull request. and removed 🧐 Evaluation Issues marked with this label are currently being evaluated if they're going to be considered. labels Dec 6, 2023
@MrBurrBurr MrBurrBurr assigned Aareksio and unassigned MrBurrBurr Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Issues marked with this label indicate unintended program behaviour that needs correction. 👍 PR-ok Issues marked with this label are good candidates for being accepted in a pull request.
Projects
None yet
Development

No branches or pull requests

3 participants