Hi,
When you get the menu using IUserNavigationManager's GetMenuAsync method, it will retrieve only granted menu items. It works for sub menu items as well.
Hi,
Yes, it's already implemented. You just need to set the value of this setting "Abp.Zero.UserManagement.IsEmailConfirmationRequiredForLogin" to true. You can do it for all system or just for a specific tenant.
Hi,
It's already released :). See <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/releases/tag/v1.1.0.0">https://github.com/aspnetboilerplate/as ... g/v1.1.0.0</a>
Hi,
Your Core module should depend on AbpZeroLdapModule, did you added it as a module dependency ?
Hi,
The Migrator tool's app.config must contain connectionString seciton. See <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/Tools/MyCompanyName.AbpZeroTemplate.Migrator/App.config#L15">https://github.com/aspnetzero/aspnet-ze ... config#L15</a>
Can you check again ?
Hi,
Thank you for sharing your solution in details. We have tried ADFS with Azure's Active Directory and it does not require https.
We couldn't have a chance to try it with an internal ADFS server because it's really hard to setup one.
Thanks again.
Hi,
You need to put edited class to your inputs, not divs. Instead of this
<input type="text" name="CompanyLegalName" class="form-control" required maxlength="48" value="@Model.Company.CompanyLegalName">
you need to use
<input type="text" name="CompanyLegalName" class="form-control edited" required maxlength="48" value="@Model.Company.CompanyLegalName">
For validation, only two of your inputs have required attribute, CompanyName and CompanyLegalName. If you add required attribute to other inputs, they will be validated as well.
Hi,
It seems like there is no github user with username "commondesk". Your github username mbalsam is already invited, can you see the source code AspNet Zero and issue above ?
And, do you still have this problem ?
Hi,
Image link is still broken. You can upload image when sending post instead of putting an image url.
Hi,
For MetaDataAddress you should use something like this which I take from my azure account. <a class="postlink" href="https://login.microsoftonline.com/">https://login.microsoftonline.com/</a>{YourAzureAccountName}/federationmetadata/2007-06/federationmetadata.xml
And for Wtrealm, you need to set your ClientId in the azure portal. You need to create an application under Azure's Active Directory settings section.
I haven't tried with Office 365, but It might be similar.