-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Can't save global credentials in external storage #49829
Comments
@Bevito did you see a password confirmation dialog? Does it work, when you log out and back in again? I mean, you mention some dialogue. When you are logged in for a sufficient amount of time, an admin action will ask you for your password again for security reasons. |
Dear @blizzz I see the password confirmation right away. |
I can confirm the same behavior for external storage for individual users. When going to "User Profile" --> "External Storage" the configuration dialog is asking for my user password to confirm and store the settings. After typing the correct password the dialogue does report "Wrong password". I've also enabled the LDAP backend but the same behavior can be seen for my admin user (not in LDAP) and within the global external storage configuration dialogues. Furthermore things god more worse. When I have an external storage configured (on user level) the Files App does not list any files anymore, I just can access them folder and subfolders. I need to delete the external storage configuration to make the Files App work again. My environment:
Apps installed:
|
Maybe the backend does not allow pwd confirmation. I was too strict with this condition: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/6c4e40ae53c9398c113777b7db38d8de0448c5e0/src/main.ts#L29-L31 |
Bug description
Hi,
A couple of weeks ago, there was a bug in Global Credentials ( #49349 ).
The temporary solution provided by @a-lys was working.
Now, after updating to Nextcloud 30.0.3 and 30.0.4, the Global Credentials can't be saved anymore.
The problem seems a bit different : when i input a new password, there is a input box, that ask for users's password to confirm the new password store in global credentials.
I tested and I checked my password : I'm sure it is the good one (the password is that is store in our OpenLDAP server).
Nextcloud says that the input password is wrong.
Steps to reproduce
Expected behavior
The input box that check your password, should verify your password.
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
No error have been found in logs.
Additional info
Here, you'll find the browser console output :
The text was updated successfully, but these errors were encountered: