-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
No error message displayed when create new user fails due to weak password #3847
Comments
Works pretty fine here:
Is there something in your nextcloud.log, error.log or your browsers console? |
I can't find anything in the logs. It seems I'm not alone: #3914 |
Can you please do the following before creating the user:
It should look like this in Firefox: And like this in Chrome: If not, please make a screenshot and change to the "Console" tab and also paste the content of that tab into a comment here. |
@nickvergessen: With return value set to original value of Http::STATUS_FORBIDDEN, the console tab shows
Let me know if you want the full html. |
Can you please post your nginx config? |
Can you please remove
from the nginx config. I think we don't want to do that anymore. |
nginx.conf:
conf.d/nextcloud.conf:
|
Can you please remove
from the nginx config. I think we don't want to do that anymore. |
Done.
Note to self: don't change 2 things at the same time! Thanks for your help. I have updated the sample config in the Arch wiki page at https://wiki.archlinux.org/index.php/Nextcloud#Running_ownCloud_in_a_subdirectory accordingly. |
The error pages broke OCS endpoints which return 403 and 404 nextcloud/server#3847 Signed-off-by: Joas Schilling <coding@schilljs.com>
The error pages broke OCS endpoints which return 403 and 404 nextcloud/server#3847 Signed-off-by: Joas Schilling <coding@schilljs.com>
They are known to cause troubles, for more information see nextcloud/server#3847
They are known to cause troubles, for more information see nextcloud/server#3847
Steps to reproduce
Expected behaviour
Error message "Password is within the 1,000,000..."
Actual behaviour
Fails silently; user not added
Server configuration
Operating system: Arch
Web server: nginx
Database: mysql
PHP version: 7.1.2
Nextcloud version: 11.0.2
Updated from an older Nextcloud/ownCloud or fresh install: Fresh
Where did you install Nextcloud from: arch repository
Are you using encryption: no
Note: problem appears to be fixed by SeeSpotRun@f0aa41f but not sure if that is the appropriate fix...
The text was updated successfully, but these errors were encountered: