AutoTools Fingerprint Authentication

Discussion in 'AutoApps' started by scotts, Aug 30, 2019.

  1. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    As it stands, the fingerprint dialog simply cancels when limit of failed fingerprints is reached. I'm trying to use this to protect opening certain apps. What's the point of the dialog if it can simply be dismissed. Is there not an option for the Task to do something specific if fingerprint not recognized?


    Code (Text):
    Fingerprint (317)
            A1: AutoTools Dialog [ Configuration:Dialog Type: Fingerprint
        Title: Authentication
        Title Alignment: Left
        Failed Message: failed
        Icon: icon-pack://com.whicons.iconpack/fingerprint_zoom
        Text: Use fingerprint to unlock
        Text Size: 20
        Text Color: #FFFFFF
        Button Text Color: #FFFFFF
        Background Color: #B71C1C
        Dim Background: true
        Top Margin: 16
        Bottom Margin: 16
        Bottom Buttons Top Margin: 16
        Bottom Buttons Bottom Margin: 16 Timeout (Seconds):3600 ]
            A2: If [ %atbutton ~ 1 ]
            A3: System Lock
            A4: End If

    Sent from my Note8
     
    Last edited by a moderator: Sep 16, 2019
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    You should use the "Continue on error" option and then check if there was an error and do something if there was :)
     
  3. scotts

    scotts Member

    Joined:
    Jun 19, 2015
    Messages:
    140
    Likes Received:
    1
    Thanks, joao... Hope your time away was good.

    Sent from my Note8
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    It was. Thank you! :)
     

Share This Page