Skip to content

Commit

Permalink
workaround for user admin in community (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 15, 2022
1 parent 8d15402 commit 8c44a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/repository/templates/share-config-custom.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
<!-- minimum length for username and password -->
<username-min-length>2</username-min-length>
<password-min-length>3</password-min-length>
<show-authorization-status>true</show-authorization-status>
<show-authorization-status>{{ acs.edition == 'Enterprise' }}</show-authorization-status>
</users>
<!-- This enables/disables the Add External Users Panel on the Add Users page. -->
<enable-external-users-panel>false</enable-external-users-panel>
Expand Down

0 comments on commit 8c44a9c

Please sign in to comment.