Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6). I have set up the two factor authentication successfully. But there is no way for users to enter there phone number upon registration or even after they log in. The "My settings" page under profile is missing the phone number. The only place where I can enter a phone number for user is from the tenant administration under the "Users" tab page where we can edit all users. Here I can add phone number for user but however the phone number is not validated. I had to set that manualy from the database. I have seen a similar question on here (https://support.aspnetzero.com/QA/Questions/8328/Users---MySettings---allow-to-maintain-phone-number) which the answer said "Please enable Phone number verification enabled (via SMS)" under the tenant settings user management tab. But I do not see that option under the single tenant settigs as shown by screen shot below
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) and we deployed the solutin to azure using release mode. I have set the AllowTenantsToChangeEmailSettings to true in the YourProjectNameConsts.cs under the *.Core.Shared project. Looking at a previous users questoin answere via ASP.NET zero team, i have set the following setting on the Email(SMTP) tab under admin -> settings,
Default from (sender) email address: Set to address of choice Default from (sender) display name: Set to address of choice SMTP host: smtp.sendgrid.net SMTP port: 587 Use SSL: unchecked Use default credentials: unchecked Domain name: sendgrid.net User name: Your SendGrid Username Password: Your SendGrid Password
but no matter what I set when I click the "Send Test Email" button under the Email(SMTP) tab under admin -> settings, I get "An internal error occurred during your request!" error. As shown on screenshot below
Is there anyting I have missed?
Thanks
Hi Team,
I can see that ASP.NET Zero supports Two Factor Authentication, and I can see how to enable those using the Angular application.We wanted to implement Two Factor Authentication on our own mobile app using React native. Given I have enabled two factor authentication using the tenant adminstration page. Can you please describe the flow that needs to be implemented?
Thanks
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) . I want to add the ngx-plaid-link angular module to my front end project. Looking at this following instalation steps from
https://github.com/mike-roberts/ngx-plaid-link
I have ran the "yarn add ngx-plaid-link" command for instalation. And now I need to know which module do I import the NgxPlaidLinkModule to? Is it "app.module.ts" or "main.module.ts" in the angular folder?
Thanks
Hello,
I notice that ASP.NET Zero supports some Social Logins and I can see how to enable those using the Angular application. However, is it possible to do the same thing if we develop our own mobile app using React native? What would be the proper way to enable social logins on a mobile web app?
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) and we deployed the DB on Sql Azure. I added a few pages on the front end and I followed the deployedment documentaion in the folllwoing link https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-Azure
I created 2 web apps as stated by the documentation and it was working. After that I added a new page and ran the exact process as stated by documentation but I started to get "The page cannot be displayed because an internal server error has occurred." when I navigate to the front end web app. After that I removed the newly added pages and reverted to the point where it was working. But now no mmater what I keep getting the same "The page cannot be displayed because an internal server error has occurred." error when I navigate to website for front end. I have also added remote debuggin to the back-end and see if the application breaks on the startup.cs class or any of the API end points but I have not had any success. I was wondering if there is setting or something I can set to see more information. Or even setup debuggin on front end. Just seeing the "The page cannot be displayed because an internal server error has occurred." error does not tell my anyting about where the problem is happending. Was wondering if you had any suggestions or if you have seen similar problmes before.
Thank you for your time
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6). I have created a web API project that is being consumed by the client side using token based authentication. I can see in your documentation under "Tenant Settings" that I can disable reCaptcha using the user management tab under the Adminstration page. I was wondering if its possible to disable it from backend?
Thanks
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) and we deployed the DB on Sql Azure. The project is just a web API project and we noticed that it always persists connection to the DB. There seems to be always connection coming from ASP.Net Zero to database eventhough we dont not invoke any API calls. This is causing SQL Server not to pause and it charges even when we do not use the API. Is there anyway to configure the DB not to persist.
Thanks
The patform is setup softdelete. I want to retrieve deleted record. How to do it?
When I make new edition with limited feature, and attach it to new tenant, after created tenant with default admin user, and login by this admin user to new tenant, the admin user has full feature of the default tenant. e.g. default tenant has feature 1,2,3,4,5 new edition has feature 4,5, assign it to new tenant-1, then tenant-1 admin user has feature 1,2,3,4,5 and tenant-1 admin can create an new user under tenant-1, and assign any feature to this user, not limited by new edition feature.