mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
feat: encrypt/decrypt token
This commit is contained in:
@@ -449,7 +449,7 @@ if (empty($reshook)) {
|
||||
}
|
||||
print '<td>';
|
||||
print '<a href="'.DOL_URL_ROOT.'/user/api_token/card.php?id='.$obj->user_id.'&tokenid='.$obj->token_id.'">';
|
||||
print $obj->token;
|
||||
print dolDecrypt($obj->token);
|
||||
print '</a>';
|
||||
print '</td>';
|
||||
print '<td>';
|
||||
|
||||
Reference in New Issue
Block a user