+ wp-2fa (#25)

Co-authored-by: Kiara Grouwstra <kiara@bij1.org>
Reviewed-on: #25
This commit is contained in:
kiara 2023-05-21 04:31:03 +00:00
parent f1f86358bf
commit 1df6ace1e4
2 changed files with 2 additions and 0 deletions

View File

@ -55,3 +55,4 @@ download_ext org.civicrm.recentmenu https://github.com/civicrm/org.civicrm.recen
download_ext civirules https://lab.civicrm.org/extensions/civirules/-/archive/2.43/civirules-2.43.zip
download_ext org.wikimedia.relationshipblock https://github.com/eileenmcnaughton/org.wikimedia.relationshipblock/archive/1.6.zip
download_ext uk.co.vedaconsulting.mosaico https://download.civicrm.org/extension/uk.co.vedaconsulting.mosaico/2.9.1645644008/uk.co.vedaconsulting.mosaico-2.9.1645644008.zip
download_ext wp-2fa https://downloads.wordpress.org/plugin/wp-2fa.2.4.1.zip

View File

@ -75,6 +75,7 @@ cv ext:enable --user="$WORDPRESS_ADMIN_USER" civirules
cv ext:enable --user="$WORDPRESS_ADMIN_USER" bij1rules
cv ext:enable --user="$WORDPRESS_ADMIN_USER" org.wikimedia.relationshipblock
cv ext:enable --user="$WORDPRESS_ADMIN_USER" uk.co.vedaconsulting.mosaico
cv ext:enable --user="$WORDPRESS_ADMIN_USER" wp-2fa
cv ext:upgrade-db --user="$WORDPRESS_ADMIN_USER"