-
-
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
NextCloud 14.0 Upgrade to Beta Account Lockout #11234
Comments
I reset my password to something that is 8 characters using
|
mmmmh. I should only check on setting the password - not during verifying of an existing password. The described scenario works over here 🙈 |
I actually ran into this once when I tried to reproduce #11114 on one of the different setup, but I can't recall which one it was. |
I should have tried to debug the problem right away … Anyway, reverse engineering the problem is also not really giving any more clue. The app apparently listens to this event: https://github.com/nextcloud/password_policy/blob/61480a93245b538ed029571a3330f69176966392/lib/AppInfo/Application.php#L45 But the server doesn't really emit that on login according to https://github.com/nextcloud/server/search?q=OCP%5CPasswordPolicy%3A%3Avalidate&unscoped_q=OCP%5CPasswordPolicy%3A%3Avalidate. |
Does disabling the app solve the problem? Do you have access to the command line to run |
Looks similar to: #11097 - maybe there are more information for debugging. |
Yes, @danielkesselberg, this is indeed a duplicate then. Thanks! Let's continue there. |
Steps to reproduce
Beta
so NextCloud 14.0.0 can be receivedExpected behaviour
NextCloud 14.0 should refuse to install if any account with weak password is found
OR
NextCloud 14.0 should adapt it's password restriction if updating to allow weak passwords
OR
NextCloud should somehow allow the user to update their password upon next login if the following conditions are met
Actual behaviour
Account is locked out with no way to fix the issue except log onto server and use
occ
(Even the admin account gets locked out)Server configuration
Operating system:
Ubuntu 18.0.4
Web server:
Apache2
Database:
SQLite3
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
14.0
Updated from an older Nextcloud/ownCloud or fresh install:
Update
Where did you install Nextcloud from:
Built in settings page
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
Firefox
Operating system:
Ubuntu 18.04
Logs
ncupgrade.txt
The text was updated successfully, but these errors were encountered: