bozoh / moodle-mod_simplecertificate

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README
17 stars 44 forks source link

fix (custom fields)!: the text can use basic html #252

Closed JadsonLucena closed 1 year ago

JadsonLucena commented 2 years ago

According to the documentation, the use of html in custom fields must be allowed.

https://github.com/bozoh/moodle-mod_simplecertificate/blob/c65cd5ea12005d6c221df54ebedb69bc4262256e/lang/en/simplecertificate.php#L146 https://github.com/bozoh/moodle-mod_simplecertificate/blob/c65cd5ea12005d6c221df54ebedb69bc4262256e/lang/pt_br/simplecertificate.php#L148

bozoh commented 1 year ago

No, the documentation say you can use html in certificate text, not id custom profile fields

This could result a security issues, since custom profile fields can be edited by any moodle user