spring-security-registration icon indicating copy to clipboard operation
spring-security-registration copied to clipboard

Two step verification example not working - Fix provided

Open hayos opened this issue 1 year ago • 4 comments

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.

hayos avatar Dec 11 '24 17:12 hayos