Base solution for your next web application

Activities of "optixdev"

Hi Ismail

how to add required field validator for <p-editor> ?

<input id="RoleDisplayName" #roleNameInput="ngModel" class="form-control" type="text" name="DisplayName" [(ngModel)]="role.displayName" required maxlength="64">

<validation-messages [formCtrl]="roleNameInput"></validation-messages>

So, we have to use only "#roleNameInput="ngModel"" in <validation-messages [formCtrl]="roleNameInput"></validation-messages> ?

Thank you.

Hi @ismcagdas

User registered to the systen using Microsoft login button no register page/button!

please read my previous comments carefully.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

These are my Microsoft Azure App - Redirect URIs:

http://localhost:4200/account/login/signin-microsoft http://localhost:4200 http://localhost:4200/account/login http://localhost:4200/signin-microsoft

Hi @ismcagdas, @maliming

User is not able to login with Microsoft account.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

It looks like the “Sign in with Microsoft” button is trying to recreate/register the account/user again rather than let me sign in after initial creation or approval of account.

Please resolve this issue ASAP

@maliming

Angular + .Net Core (ZERO version 8.3)

How to use Microsoft as login for second time instead of signup.

  • For first time I am able to signup successfully using Microsoft.
  • Admin activated the account.
  • I tried to login using Microsoft, it alerting me email address already exists.

Activated users should be able to login through Microsoft Login button successfully instead of alerting "user already exists".

I solved by excluding the Public project

Hi @ismcagdas

How and where I can define Permisison for each page? Also, whats new in version 8.3? What is the best way to merge 8.2 with 8.3?

Thank you very much its working now.

Thanks

Showing 1 to 10 of 33 entries