Skip to content

Commit 12463e5

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 98392d6 commit 12463e5

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
@@ -249,3 +249,7 @@
249249
$string['verifycertificatedesc'] = 'This link will take you to a new screen where you will be able to verify certificates on the site';
250250
$string['width'] = 'Width';
251251
$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.';
252+
$string['codegenerationmethod'] = 'Code generation method';
253+
$string['codegenerationmethod_desc'] = 'Choose between the two methods for generating certificate codes.';
254+
$string['Upper/lower/digits'] = '6aOdbLEuoC (Upper/lower/digits random string)';
255+
$string['digits-with-hyphens'] = '0123-4567-8901 (Digits with hyphens)';

0 commit comments

Comments
 (0)