Open
Description
The two step registration with TOTP and QR code generation does not work on master.
Steps to reproduce:
- Login -> Sign up
- Create user and check 'Use two step verification'
- Open link from e-mail: http://localhost:8083/registrationConfirm?token=22b4bec6-xxxx-xxxx-xxxx-a5dff7026c62
- No barcode show (I now have one)
My fix is provided in https://github.com/hayos/spring-security-registration_fork/tree/origin/reenable-2fa-and-i8n-german in the initial commit.
I also internationalized to German to get rid of unpleasant error messages, which is the second commit. And some minor GUI fixes.
Take care you undo my changes in the first lines of README.md.