Skip to content
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

Admin password confirmation popup timeout is too short #11448

Closed
baldurmen opened this issue Sep 28, 2018 · 3 comments
Closed

Admin password confirmation popup timeout is too short #11448

baldurmen opened this issue Sep 28, 2018 · 3 comments
Labels

Comments

@baldurmen
Copy link

Steps to reproduce

  1. Log in with an admin account
  2. Open the user management page
  3. Add a new user
  4. Try to type a long password in the 'Authentication required' popup

Expected behaviour

The 'Authentication required' popup lets you type the password and does not timeout after 5 seconds.

Actual behaviour

The 'Authentication required' popup timeouts after 5 seconds, thus not letting you type in long passwords.

Afterwards, an error message is shown:

You did not enter the password
An error occured during the request. Unable to proceed.

Server configuration

Operating system: Debian Stretch

Web server: Apache 2.4.25

Database: MariaDB 10.1.26

PHP version: 7.0.30

Nextcloud version: 14.0.1

Updated from an older Nextcloud/ownCloud or fresh install: Updated

Where did you install Nextcloud from: The website

Signing status:

Signing status

No errors have been found

List of activated apps:

App list Enabled: - accessibility: 1.0.1 - activity: 2.7.0 - admin_audit: 1.4.0 - calendar: 1.6.2 - cloud_federation_api: 0.0.1 - comments: 1.4.0 - contacts: 2.1.6 - dav: 1.6.0 - federatedfilesharing: 1.4.0 - federation: 1.4.0 - files: 1.9.0 - files_external: 1.5.0 - files_pdfviewer: 1.3.2 - files_sharing: 1.6.2 - files_texteditor: 2.6.0 - files_trashbin: 1.4.1 - files_versions: 1.7.1 - firstrunwizard: 2.3.0 - logreader: 2.0.0 - lookup_server_connector: 1.2.0 - nextcloud_announcements: 1.3.0 - notifications: 2.2.1 - oauth2: 1.2.1 - password_policy: 1.4.0 - provisioning_api: 1.4.0 - sharebymail: 1.4.0 - support: 1.0.0 - theming: 1.5.0 - twofactor_backupcodes: 1.3.1 - twofactor_u2f: 1.6.1 - updatenotification: 1.4.1 - workflowengine: 1.4.0 Disabled: - encryption - files_videoplayer - gallery - serverinfo - survey_client - systemtags - user_external - user_ldap

Nextcloud configuration:

Config report { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "cloud.agebdeb.org" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "14.0.1.1", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "America\/New_York", "log_rotate_size": "1048576", "installed": true, "updater.release.channel": "stable", "maintenance": false, "theme": "", "loglevel": 2, "log_type": "file", "logfile": "\/var\/log\/nextcloud.log", "auth.bruteforce.protection.enabled": false, "mail_smtpmode": "sendmail", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "memcache.local": "\\OC\\Memcache\\APCu", "lost_password_link": "***REMOVED SENSITIVE VALUE***", "enable_previews": false, "default_language": "fr", "updater.secret": "***REMOVED SENSITIVE VALUE***" } }

Are you using external storage, if yes which one: local
Are you using encryption: no

**Are you using an external user-backend, if yes which one:**no

Client configuration

Browser: Firefox 60.1.0

Operating system: Debian

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #3416 (admin password confirmation problem), #3826 (Password confirmation fails on some settings), #10706 (Add admin password time indicator), #11224 (Password input time for admin reaproval to short), and #1775 (Admin password stored in plain text).

@kesselb
Copy link
Contributor

kesselb commented Sep 28, 2018

Looks for me like a duplicate of #11224. Could you close this issue if it is? Thank you 👍

@miradam
Copy link

miradam commented Oct 4, 2018

Folks did you manage to resolve this? I can't add new users manually via admin panel /index.php/settings/users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants