twofactor_totp
twofactor_totp copied to clipboard
๐ Second factor TOTP (RFC 6238) provider for Nextcloud
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.6.0 to 1.10.0. Release notes Sourced from @โnextcloud/axios's releases. v1.10.0 Changed Dependency updates Remove babel as production dependency Set @nextcloud/auth as dependency v1.9.0 1.9.0 โ 2022-01-18 Changed...
 - [x] Moving to components - [x] Removing the loading state as I don't thing it adds anything - [ ] ~~Maybe also allow disabling even if not...
### Steps to reproduce 1. Enable TOTP for a user. 2. As admin, delete user 3. As admin, create user again with the same username ### Expected behaviour User should...
Hi *, I use Thunderbird/Tbsync/sabre-dav with an app-password. That works as long as I do not activate two-factor-authentication TOTP. As soon as I activate that, Thunderbird/Tbsync/sabre-dav cannot login anymore. The...
### Steps to reproduce 1. run `php occ twofactorauth:state --output=json username` ### Expected behaviour JSON output, perhaps one of the following: ``` {"backup_codes":"enabled","totp":disabled"] {"enabled":["backup_codes"],"disabled":["totp"]} {"enabled":["backup_codes","totp"],"disabled":[]} ``` ### Actual behaviour ```...
### Feature Request Support one-*or-more* usernames on the command line, so that instead of calling `php occ twofactorauth:state username` once for every user, we can make a single call and...
### Steps to reproduce 1. enable 2FA 2. try to login wih a user that has never logged in before 3. the QR code is invalid and there is no...
I see this is using SHA1. Any plans for allowing SHA256 or SHA512 also?
I just had to move all my TOTP codes to my new phone. However in order to do this I have to disable and re-enable the TOTP setting. While valid...
### Feature Request Not sure if this feature request belongs here or in the server repository :thinking: Sorry if it's the wrong one. The use of one-time passwords is a...