mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
device.policy: Fix permission dialogue titles
Fix the action description for some actions which are used to both enroll and delete fingerprints for users. Closes: #116
This commit is contained in:
@ -20,8 +20,8 @@
|
|||||||
</action>
|
</action>
|
||||||
|
|
||||||
<action id="net.reactivated.fprint.device.enroll">
|
<action id="net.reactivated.fprint.device.enroll">
|
||||||
<description>Enroll new fingerprints</description>
|
<description>Enroll or Delete fingerprints</description>
|
||||||
<message>Privileges are required to enroll new fingerprints.</message>
|
<message>Privileges are required to enroll or delete fingerprints.</message>
|
||||||
<defaults>
|
<defaults>
|
||||||
<allow_any>no</allow_any>
|
<allow_any>no</allow_any>
|
||||||
<allow_inactive>no</allow_inactive>
|
<allow_inactive>no</allow_inactive>
|
||||||
@ -30,8 +30,8 @@
|
|||||||
</action>
|
</action>
|
||||||
|
|
||||||
<action id="net.reactivated.fprint.device.setusername">
|
<action id="net.reactivated.fprint.device.setusername">
|
||||||
<description>Select a user to enroll</description>
|
<description>Select a user to manage fingerprints for</description>
|
||||||
<message>Privileges are required to enroll new fingerprints for other users.</message>
|
<message>Privileges are required to manage fingerprints for other users.</message>
|
||||||
<defaults>
|
<defaults>
|
||||||
<allow_any>no</allow_any>
|
<allow_any>no</allow_any>
|
||||||
<allow_inactive>no</allow_inactive>
|
<allow_inactive>no</allow_inactive>
|
||||||
|
|||||||
Reference in New Issue
Block a user