PIN change for privileged clients/users #70

Closed
opened 2024-09-19 18:35:45 +02:00 by lash · 0 comments
Owner

Certain users (in the context of AT; phone numbers) need to have the option to reset the PIN for others.

There should be a privileged flag set at login time. This privilege flag could be set during a "first function" execution in the engine.

It needs a separate data prefix in the userdata storage as an ACL. The value could for now be a single byte value, where a value of 0 or missing entry means not privileged. bit 1 can be used for PIN change privilege.

The ACL is updated from external source, but should be read directly from the store.

Certain users (in the context of AT; phone numbers) need to have the option to reset the PIN for others. There should be a privileged flag set at login time. This privilege flag could be set during a "first function" execution in the engine. It needs a separate data prefix in the userdata storage as an ACL. The value could for now be a single byte value, where a value of 0 or missing entry means not privileged. bit 1 can be used for PIN change privilege. The ACL is updated from external source, but should be read directly from the store.
lash added the
Kind/Security
Priority
Medium
labels 2024-09-19 18:36:10 +02:00
lash added the
privilege
label 2024-09-19 18:38:06 +02:00
carlos was assigned by lash 2024-10-25 19:21:10 +02:00
lash closed this issue 2024-11-04 14:34:45 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: urdt/ussd#70
No description provided.