Commit aa392630 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: Ensure Authentication Policy is enabled

parent 1b7cccce
Pipeline #9628 failed with stage
in 0 seconds
......@@ -7,7 +7,8 @@ preference = portal.portal_preferences.getActiveSystemPreference()
preference.edit(
preferred_credential_alarm_automatic_call=1,
preferred_credential_recovery_automatic_approval=1,
preferred_credential_request_automatic_approval=1
preferred_credential_request_automatic_approval=1,
preferred_authentication_policy_enabled=1
)
try:
......
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