Hello,
If you want to disable datetime picker opened automatically every time then you have to customize your code.
Please check this below code and try at your side.
<abp-input asp-for="Book.FromDate" value="@DateTime.Now.ToString("yyyy-MM-dd")" type="date" abp-data-datepicker="false" />
Thank you.
Hello,
You will get this file in source code of Account module.
you can also refer this https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr.
can you please provide this info ABP Framework version: UI Type: Database System: Tiered (for MVC) or Auth Server Separated (for Angular):
thanks,
Hello ,
Please check this solution if it works for you https://stackoverflow.com/questions/77204224/how-to-clear-all-the-sessions-using-protectedsessionstorage-in-blazor-server-app.
Thank you.
Hello,
Please check similar issue https://support.abp.io/QA/Questions/2989/Overriding-PersonalInfo-for-extra-properties
Thanks
Hello,
Thanks for your response I will check again and get back to you asap.
Thanks
Hello,
I have checked at my end but It's working fine, I am unable to reproduce the issue. Can you please once check with Incognito mode. When you run backend that time when you click on Login Is there also same issue or its working? or may be the case that Account module is not get added properly or successfully. can you once try with any new project if possible? Create a new project and add Account module to it and check?
thanks
Hello,
can you please check Host.csproj
file , whether reference of Account module has been changed or not?
It should be ProjectReference instead of PackageReference.
<ProjectReference Include="..\..\modules\Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web.OpenIddict\Volo.Abp.Account.Pro.Public.Web.OpenIddict.csproj" /> <ProjectReference Include="..\..\modules\Volo.Account.Pro\src\Volo.Abp.Account.Pro.Public.Web.Impersonation\Volo.Abp.Account.Pro.Public.Web.Impersonation.csproj" />
thanks
Hello,
Is your database is created for the application? once try to run DbMigrator project and try to run again.
thanks