otp: display notice if GD is missing

master
Andrew Dolgov 11 years ago
parent b8c9341afa
commit a845a3d5e5

@ -368,7 +368,7 @@ class Pref_Prefs extends Handler_Protected {
print "</form>";
} else {
} else if (function_exists("imagecreatefromstring")) {
print "<p>".__("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.") . "</p>";
@ -427,6 +427,10 @@ class Pref_Prefs extends Handler_Protected {
print "</form>";
} else {
print_notice(__("PHP GD functions are required for OTP support."));
}
}

Loading…
Cancel
Save