Yi Yi
Yi Yi
Hi @edenbuaa, I think you click the `Create Bulk Users` button in `host/user-view.html` page. And after click the button, will be navigated to `host/batch-register.html` page. Can you show which page...
OK, I got the same error, it will be fix in next release. And workaround for the `batch-register` feature, please use the `Download template`, add the users into the csv...
Test case: 1. setup the alert-manager to enable the `email-admin` action (change the `admin-receiver` to a test address) 2. change the `schedule` and `alert-residual-days` in `alert-manager.cert-expiration-checker` from `services-configuration.yaml` to trigger...
You can deploy `OpenPAI Marketplace v1.8.0` in OpenPAI v1.7.0, if you change these lines: `src/marketplace-restserver/deploy/marketplace-restserver.yaml.template: line 21` ```yaml image: openpai/pai-marketplace-restserver:v1.8.0 ``` and `src/marketplace-webportal/deploy/marketplace-webportal.yaml.template: line 21` ```yaml image: openpai/pai-marketplace-webportal:v1.8.0 ``` After...