Steps to reproduce
- Save login password for nextcloud to chrome
- Login and create a share link
- Chrome will automatically tick the password field and add your login password
Expected behaviour
Password should be set by the user if they want any
Actual behaviour
Chrome adds the login password as password for the share link
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache2
Database:
Mariadb
PHP version:
php7.0
Nextcloud version: (see Nextcloud admin page)
12.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
11.0.3
The solution is to add autocomplete=“new-password” to the password field.
Steps to reproduce
Expected behaviour
Password should be set by the user if they want any
Actual behaviour
Chrome adds the login password as password for the share link
Server configuration
Operating system:
Ubuntu 16.04
Web server:
Apache2
Database:
Mariadb
PHP version:
php7.0
Nextcloud version: (see Nextcloud admin page)
12.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
11.0.3
The solution is to add autocomplete=“new-password” to the password field.