Base solution for your next web application

Activities of "InnodelTech"

Hello,

We are creating a master page with File Upload than getting some error like below

its a simple entity:pic1

This is error i have..

Chirag

I am getting "You must prove that you are not a robot.", message when I am trying to execute below api in postman or swagger.

Need urgent help on this.

POST Request> https://localhost:44301/api/TokenAuth/Authenticate

Headers: Abp.TenantId:3007 Content-Type:application/json

Body > Raw { "userNameOrEmailAddress": "admin", "password": "123qwe" }

Response: { "result": null, "targetUrl": null, "success": false, "error": { "code": 0, "message": "You must prove that you are not a robot.", "details": null, "validationErrors": null }, "unAuthorizedRequest": false, "__abp": true }

Please suggest.

Hello,

I am creating a tenant from host login with dedicated database connection string and entered password (not using random password). So my question is ,In which table the tenant's password is stored ? Also username for each newly created tenant is admin by default from where does I can change it

Showing 11 to 13 of 13 entries