Commit 1fdacb51 authored by Frank Bergmann's avatar Frank Bergmann

- Added AdminNeedsOtpPrivateP and AdminNeedsOtpPublicP

parent 97a26f07
......@@ -1580,7 +1580,8 @@ ad_proc -private auth::authentication::Authenticate {
# version number -jfr
set authentication_version [util_memoize [list apm_highest_version_name acs-authentication]]
set old_version_p [util_memoize [list apm_version_names_compare 5.1.3 $authentication_version]]
set old_version_p [util_memoize [list apm_version_names_compare 5.2.0 $authentication_version]]
set old_version_p 0
if {[string is true $old_version_p]} {
return [acs_sc::invoke \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment