1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-27 23:47:26 +00:00

minio does not show the password login by default when OIDC is setup

we generate a dynamic password because users might forget to change the admin password (with the oidc login being so click friendly)
This commit is contained in:
Girish Ramakrishnan
2024-02-20 11:02:56 +01:00
parent 569e830514
commit 316047b1d3
8 changed files with 72 additions and 61 deletions

View File

@@ -12,7 +12,7 @@
"chromedriver": "^121.0.2",
"expect.js": "^0.3.1",
"mocha": "^10.3.0",
"selenium-webdriver": "^4.17.0",
"selenium-webdriver": "^4.18.1",
"superagent": "^8.1.2"
}
}