-
Notifications
You must be signed in to change notification settings - Fork 2.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
How to disable user password reset? #16442
Comments
As a first step to avoid data loss there is a big warning in ownCloud 8.0+ - see #11696 |
@MorrisJobke If password recovery is not working or giving "complicated" frightening messages, then I prefer to disable the feature for simple users. |
@jancborchardt Regarding the UX component of this specific issue |
Well the UX component is that #16388 should damn probably be fixed. :D Then we could add an option to disable user password reset. But honestly people forget their password so often that I’m really reluctant to do that. If they constantly need to run to the admin to ask for a new one they will quickly stop using ownCloud. |
At issue #16388 @schiesbn answered that for a data recovery an admin intervention is always needed! As it is now, I prefer the option to disable the password reset. |
It is useful in some cases:
To the general discussion: I see your reasons for having a option to switch off the password reset option. But I'm not sure if the use-case is that widespread hat it justifies a admin setting. Maybe a simple config.php setting? I leave this decision to @jancborchardt
The second part will also not be solved with disabling the password reset. If you are the only one with a password/key to decrypt your files and you lose it your files are gone. Otherwise the encryption wouldn't be useful because it wouldn't be secure. |
To prevent a possible misunderstanding, I would like to disable the password reset for the users only, not for the admin. So the request is: |
+1 I'm exactly with VincentvgNn. |
+1 for what @VincentvgNn said |
I just want to trigger thinking about that function that I think is a must have for the server side encryption. I have activated the server side encryption and several users reseted their password without thinking about the warning. Now they do not know their old password -> it makes it impossible for them to update their private key. |
Similar to #16839 |
Add |
Description
In issue #16388 I mentioned a problem with password reset when the encryption is on. Currently the password reset will make all data unreadable. That's one reason why I want to block the password reset.
Above my OC users are quite inexperienced computer users and therefore I want to prevent them from changing passwords or using weak passwords. As an administrator I manage the passwords and want to disable the password reset option for the users.
How to do that?
Steps to reproduce
see: Description
Expected behavior
Client configuration
n.a.
Server configuration
ownCloud version: 8.0.3 (stable)
List of activated apps: default apps + encryption
External storage: no
Encryption: yes
OC server installed at a web-hosting company. 4-5 GB storage.
Control via DirectAdmin and installation by using Installatron.
Own (non-shared) IP and using https.
Operating system: Linux Hosting Package
Web server: Apache
Database: MySQL
PHP version: 5.5.21
The text was updated successfully, but these errors were encountered: