Skip to content

Commit ff2fae7

Browse files
committed
customcert user's has option to use new or old format. Unique code is being generated. This PR is made for #1 and #2
custom cert, updated the names of both code generation methods. Added view_user_cert page, a logged in user can see certificate if having a valid token and ecard code. This is being used from view_tokens.php page. customcert view certificate function is made. This is made for #212 Updated verify certificate URL. This PR is made for 221 Updated the verify URL for QR code.
1 parent 6eff235 commit ff2fae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lang/en/customcert.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,7 @@
256256
$string['verifycertificatedesc'] = 'This link will take you to a new screen where you will be able to verify certificates on the site';
257257
$string['width'] = 'Width';
258258
$string['width_help'] = 'This is the width of the certificate PDF in mm. For reference an A4 piece of paper is 210mm wide and a letter is 216mm wide.';
259+
$string['codegenerationmethod'] = 'Code generation method';
260+
$string['codegenerationmethod_desc'] = 'Choose between the two methods for generating certificate codes.';
261+
$string['Upper/lower/digits'] = '6aOdbLEuoC (Upper/lower/digits random string)';
262+
$string['digits-with-hyphens'] = '0123-4567-8901 (Digits with hyphens)';

0 commit comments

Comments
 (0)