MantisBT: master-2.25 0759d582

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2022-07-30 11:09 master-2.25 0cd44d33
Affected Issues  0030814: Captcha audio not working
Changeset

Use HTML5 instead of flash for captcha audio

Flash is no longer supported, replace use <audio> element.

For a more MantisBT UI standard look, use fontawesome icons for Play and
Refresh buttons, instead of relying on Securimage's bundled ones.

Remove the "Generate a new code", which is now redundant (captcha is
reset by clicking on it or the new Refresh button)

Add new $s_signup_captcha_play language string for tooltip and screen
reader text on Play button.

Fixes 0030814

mod - css/login.css Diff File
mod - js/login.js Diff File
mod - lang/strings_english.txt Diff File
mod - signup_page.php Diff File