-
-
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
Create user failed / password policy crash #5746
Comments
Can you post your nginx config? |
NGINX Conf: NGINX Conf
|
Ah sorry. I ment the part with your nextcloud vhost |
Nextcloud vhost Conf: Nextcloud vhost Conf
|
You need to remove the error page lines. Else the errors get converted by nginx. |
This was referenced Jun 21, 2018
This was referenced Jul 14, 2018
This was referenced Nov 19, 2018
This was referenced Nov 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference thread:
https://help.nextcloud.com/t/creating-user-does-not-work/6134
Prerequisite: Enable (all) password security settings 1-4.
Steps to reproduce
Expected behaviour
It should create a user with the given username password and group.
Actual behaviour
It happens nothing visible to the user.
After refreshing the page, the server is not able to load the site correctly. You just get a white page with the request getting rejected with a 500 server error.
After restarting the server I can use it again but still no chance to create a user.
Server configuration
Debian 8.0
nginx/1.10.3
mysql - "10.0.30"
PHP 7.0.19
NC Version 12.0.0.29
Updated from Nextcloud 10 / but also reported with fresh installs
Installed Nextcloud directly from the webpage
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/...
I am using a local harddisk for storing the nextcloud data
Are you using encryption: yes/no
no encryption
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no external user-backend
Client configuration
Browser:
Version 59.0.3071.115 (Offizieller Build) (64-Bit)
Operating system:
Windows 10
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
There is an workaround by disabling all password security settings or by adding the user via occ:
sudo -u www-data php occ user:add --display-name="Layla Smith" --group="users" --group="db-admins" layla
The text was updated successfully, but these errors were encountered: