Skip to content

Commit

Permalink
Deprecate template::util::is_true, implemented as a simple string com…
Browse files Browse the repository at this point in the history
…mand oneliner since 2015 and inline occurrences
  • Loading branch information
Elettrotecnica committed Aug 29, 2022
1 parent a94c1e1 commit a1849b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/packages/acs-subsite/lib/login.tcl
Expand Up @@ -265,7 +265,7 @@ ad_form -extend -name login -on_request {
-password $password \
-host_node_id $host_node_id \
-persistent=[expr {$allow_persistent_login_p
&& [template::util::is_true $persistent_p]}]]
&& [string is true -strict $persistent_p]}]]

# Handle authentication problems
switch -- $auth_info(auth_status) {
Expand Down

0 comments on commit a1849b5

Please sign in to comment.