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

Documentation for forgotten password workflow #47

Closed
ClaskoTheKnight opened this issue May 23, 2024 · 2 comments
Closed

Documentation for forgotten password workflow #47

ClaskoTheKnight opened this issue May 23, 2024 · 2 comments

Comments

@ClaskoTheKnight
Copy link

I forgot my OTP unlocking password, and I couldn't find any easily available documentation about how to reset the particular user's OTP credentials, even if it wouldn't allow them to access their old OTP passwords.

@betabrandao
Copy link

Well, i deleted the issued user from database, without losing all accounts:

delete from oc_otpmanager_accounts where user_id = 'NEXTCLOUD_USER_ID';
delete from oc_otpmanager_settings where user_id = 'NEXTCLOUD_USER_ID';

@gudini-nsk
Copy link

if you update just:
delete from oc_otpmanager_settings where user_id = 'NEXTCLOUD_USER_ID';
user can recreate password.

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

No branches or pull requests

4 participants