-
-
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
Force a password change #1262
Comments
Maybe implemented as password expiry in the password_policy app? |
Not sure if that's enough. For my case you need also an option to lock the login until the passwords are changed in combination with an approval-mail to prevent that a stranger reset the password. |
Are there some planes when this feature will integrate? |
Once somebody implements it, because as of now it's only a request without any roadmap plans yet. |
I added those two for the request in #8785 |
Yes, API would be great :-) |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as off-topic.
This comment was marked as off-topic.
Regarding the API and external tools that could change passwords I'd like to point to this discussion. It seems to me like the "force reset password on next login"-feature is a different issue than the API. |
Currently, if you use vanilla Nextcloud (without any apps), it is really unsecure. When you create a user, you then have to send the password to this user, and the way people do it is via email. You can of course mitigate that with the registration app, or any user backend, but for vanilla users, it is unsecure. |
You don't have to set a password. You can just create the account, people receive an email with a link and set their own password. |
Related: nextcloud/password_policy#14 |
We should offer an function to force password changes, in case of:
In general this should also be provided via API to make it possible to integrate tools outside of Nextcloud.
cc @LukasReschke @Liwindo @hitam4450
The text was updated successfully, but these errors were encountered: