diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 00c6a99..980846f 100755 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -147,10 +147,16 @@ USE_USER_MAN: True URL: http://localhost:8080/auth # Integer appended to DMR ID during the generation of a passphrase APPEND_INT: 1 +EXTRA_INT_1: 5 +EXTRA_INT_2: 8 +EXTRA_1: TeSt +EXTRA_2: DmR4 # Secret used to authenticate with user managment server, before checking if user login is approved SHARED_SECRET: test -# Shorten passphrases to 8 characters +# Shorten passphrases SHORTEN_PASSPHRASE: False +SHORTEN_SAMPLE: 4 +SHORTEN_LENGTH: 4 BURN_FILE: ./burn_ids.txt BURN_INT: 5 diff --git a/web/templates/flask_user_layout.html b/web/templates/flask_user_layout.html index 9d7a848..21893ba 100644 --- a/web/templates/flask_user_layout.html +++ b/web/templates/flask_user_layout.html @@ -53,7 +53,7 @@ {% endif %} Help View Passphrase(s) -Current TGs + Edit {{ current_user.username or current_user.email }} Sign out {% endif %}