Skip to content

Commit

Permalink
VACMS-16543: turn of Create for simplesamlphp_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Jan 5, 2024
1 parent 3e70254 commit 5364c9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/local/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ header_no_cache: false
role:
population: ''
eval_every_time: false
register_users: true
register_users: false
allow:
set_drupal_pwd: true
default_login: true
Expand Down
2 changes: 1 addition & 1 deletion config/prod/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ login_link_display_name: 'Login with PIV or other Smartcard.'
debug: false
secure: true
httponly: false
register_users: true
register_users: false
header_no_cache: false
allow:
default_login: true
Expand Down
2 changes: 1 addition & 1 deletion config/stg/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ login_link_display_name: 'Login with PIV or other Smartcard.'
debug: false
secure: true
httponly: false
register_users: true
register_users: false
header_no_cache: false
allow:
default_login: true
Expand Down
2 changes: 1 addition & 1 deletion config/tugboat/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ login_link_display_name: 'Login with PIV or other Smartcard.'
debug: true
secure: true
httponly: false
register_users: true
register_users: false
header_no_cache: false
allow:
default_login: true
Expand Down

0 comments on commit 5364c9a

Please sign in to comment.