twofactor_totp icon indicating copy to clipboard operation
twofactor_totp copied to clipboard

๐Ÿ”‘ Second factor TOTP (RFC 6238) provider for Nextcloud

Results 118 twofactor_totp issues
Sort by recently updated
recently updated
newest added

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...

3. to review
dependencies
javascript

![Capture dโ€™รฉcran_2022-04-15_09-52-04](https://user-images.githubusercontent.com/14975046/163542307-f1212860-d824-415a-8013-94175a68c32c.png) - [x] Moving to components - [x] Removing the loading state as I don't thing it adds anything - [ ] ~~Maybe also allow disabling even if not...

enhancement
0. to triage

### 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...

bug
1. to develop

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...

question
0. to triage

### 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...

bug
1. to develop
nextcloud-gmbh

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...

enhancement
1. to develop

### 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...