6.3.1.11. Paper Token (PPR)¶
The token type paper lets you print out a list of OTP values, which you can use to authenticate and cross of the list.
The paper token is based on the HOTP Token. I.e. you need to use one value after the other.
6.3.1.11.1. Customization¶
6.3.1.11.1.1. CSS¶
You can customize the look and feel of the printed paper token.
You may change the style sheet papertoken.css
which is only loaded for
printing.
6.3.1.11.1.3. OTP Table¶
If you want to change the complete layout of the table you need to
overwrite the file
static/components/token/views/token.enrolled.paper.html
. The
scope variable:
{{ enrolledToken.otps }}
contains an object with the complete OTP value list.