Steps to reproduce
- Use a recent Nextcloud version
- Enable this app
- Enable the Guest app
- Create a guest user
- Log-in with the guest user
- Enable TOTP and inspect the HTTP request of the update or scan the QR
Expected behaviour
The identifier of the TOTP secret is: Nextcloud:user@email.xy@ncinstance.xz
Actual behaviour
The identifier of the TOTP secret is: Nextcloud:[SHA256]@ncinstance.xz
App version
No response
Nextcloud version
No response
Additional info
Caused by the guests app changing the uid, depending on a setting, which is enabled by default.
nextcloud/guests#1335
Steps to reproduce
Expected behaviour
The identifier of the TOTP secret is:
Nextcloud:user@email.xy@ncinstance.xzActual behaviour
The identifier of the TOTP secret is:
Nextcloud:[SHA256]@ncinstance.xzApp version
No response
Nextcloud version
No response
Additional info
Caused by the
guestsapp changing theuid, depending on a setting, which is enabled by default.nextcloud/guests#1335