Closed Bevito closed 1 day ago
Seems to be broken since commit 3b6a36fae605add2aacfde7d1b023d9313087590
As a temporary solution, I have changed two lines in apps/files_external/js/settings.js
to pass the $form
variable to the _submitCredentials
function:
Line 1519:
.requirePasswordConfirmation(() => _submitCredentials($form, function() {
Line 1495:
function _submitCredentials($form, success) {
Hi a-lys, thank you very much for this temporary solution. I just tested it : it works like a charm.
Cc @yemkareems
⚠️ This issue respects the following points: ⚠️
Bug description
Hi, We're using external storages (i.e. samba storages mounted automatically), and, I believe, since Nextcloud 30.0.2, we can't update our password in Global credentials area. When we tried to input a password ( the right password or everything else ), when we click on "Save", there is an error in the browser console :
If i authorize users to mount and configure there mounts themself, the mount is working (the username and password define for each mount is correctly read an saved by Nextcloud)
The global credentials username and password was working with Nextcloud 30.0.1
If you need any others informations, please let me know.
Thanks a lot.
Steps to reproduce
Expected behavior
The password should be updated in Nexcloud global credentials.
Nextcloud Server version
30
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
This was tested with Firefox RR and ESR 128 on Linux and Windows.