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.
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.
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.
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.