BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

token-show.twig 744B

1234567891011121314151617181920
  1. <div class="box pad">
  2. <p>
  3. This is the only time this token value you will be shown to you, so be sure to copy it down!
  4. Neither you, nor staff, will be able to view the value for any previously generated token.
  5. <br /><br />
  6. In case of doubt, you should <b>always</b> revoke a token and generate a new one.
  7. <br /><br />
  8. <strong class="important_text">Treat your tokens like passwords and keep them secret.</strong>
  9. </p>
  10. </div>
  11. <div class="box box2">
  12. <div class="pad">
  13. Name: {{ name }}<br />
  14. Token: <strong>{{ token }}</strong>
  15. </div>
  16. <div class='center pad'>
  17. <a href='user.php?action=edit&userid={{ id }}'>Go back to user settings</a>
  18. </div>
  19. </div>