mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Add option to set minimum PIN in fido2-manage.sh
This commit is contained in:
@@ -42,6 +42,7 @@ while [[ "$#" -gt 0 ]]; do
|
|||||||
-changePIN) changePIN=true ;;
|
-changePIN) changePIN=true ;;
|
||||||
-setPIN) setPIN=true ;;
|
-setPIN) setPIN=true ;;
|
||||||
-reset) reset=true ;;
|
-reset) reset=true ;;
|
||||||
|
-setMinimumPIN) setMinimumPIN="$2"; shift ;;
|
||||||
-uvs) uvs=true ;;
|
-uvs) uvs=true ;;
|
||||||
-uvd) uvd=true ;;
|
-uvd) uvd=true ;;
|
||||||
-help) help=true ;;
|
-help) help=true ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user