Feature #5154
Link with User
Status: | New | Start date: | 12/11/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Would be useful to be able to link a certificate with a User (individual certificate).
History
#1 Updated by jmorote almost 6 years ago
I'm also interested in this function.
We're evaluating this good tools to use it in our company as our default inventory tool.
We need to manage personal certificates for our users and the relationship between the user and the certificate is mandatory for us.
Thanks,
#2 Updated by Sylvie over 5 years ago
Hello,
For a quick workaround, you may add 'User' in the list of available types in file "certificate.class.php" :
static $types = array('Computer','Monitor','NetworkEquipment','Peripheral',
'Phone','Printer','Software','User');
Sylvie
#3 Updated by blerohellec over 5 years ago
Well done.
Thank you. Benoit