8000 UI Password Change · Issue #1316 · slskd/slskd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

UI Password Change #1316

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

Open
congresstart opened this issue Mar 30, 2025 · 1 commen 8000 t
Open

UI Password Change #1316

congresstart opened this issue Mar 30, 2025 · 1 comment

Comments

@congresstart
Copy link
congresstart commented Mar 30, 2025

Hey all,

Sorry to ask but I'm struggling to change the default password using Windows.

I've attempted with the two yaml types below but the UI only sees the default password.

This is the right YAML I'm editing as other changes have been made such as shares.

Wondering where I've gone wrong, thank you.

   web:
     port: 5030
#     https:
#      disabled: false
#      port: 5031
#      force: false
#      certificate:
#        pfx: ~
#        password:
#   url_base: /
#   content_path: wwwroot
   logging: true
   authentication:
     disabled: false
     username: user1
     password: changeme
web:
   port: 5030
   https:
    disabled: false
    port: 5031
    force: false
    certificate:
      pfx: ~
      password:
 url_base: /
 content_path: wwwroot
 logging: true
 authentication:
   disabled: false
   username: user1
   password: changeme
@jpdillingham
Copy link
Member

YAML is particular about formatting, and it looks like you've got a mix of 1/3 spaces when there should be precisely 2 spaces per level of indent. Try this:

web:
  authentication:
    disabled: false
    username: change
    password: me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0