Perfect... Thanks....
Hi, I'm using asp.net zero Template 3.x, With the tuto, i undestand how setup the social login for Google and Facebook in my project, it's very simple... but the Google and Facebook page setting app ask to me a URL and i don't know what value use ?
Hi, I'm confuse, but i think that you will must get me by the hand on this case. i use a asp.net zero template MVC, there is not a directory Localization in the project web, but this folder exists in the .Core project of my solution... in this case, i don't understood how start or use this article in a "step-by-step" approach... During the run, the server said to me that /Localization/AbpWebExtensions can be found, Thanks for your patience
My PreInitialize is here: public override void PreInitialize() { Configuration.Auditing.IsEnabledForAnonymousUsers = true;
//Declare entity types
Configuration.Modules.Zero().EntityTypes.Tenant = typeof (Tenant);
Configuration.Modules.Zero().EntityTypes.Role = typeof (Role);
Configuration.Modules.Zero().EntityTypes.User = typeof (User);
//Add/remove localization sources
Configuration.Localization.Sources.Add(
new DictionaryBasedLocalizationSource(
"Loxo_FrontOffice",
new XmlEmbeddedFileLocalizationDictionaryProvider(
Assembly.GetExecutingAssembly(),
"Lexigone.Loxo_FrontOffice.Localization.Loxo_FrontOffice"
)
)
);
//Configuration.Localization.Sources.Extensions.Add(
// new LocalizationSourceExtensionInfo("AbpWeb",
// new XmlFileLocalizationDictionaryProvider(
// HttpContext.Current.Server.MapPath("~/Localization/AbpWebExtensions")
// )
// )
//);
it's OK, thanks :D
Hi, Sorry, but your reply is more confuse for me, can you get to me more explication ? i'm using aspnetzero package, how can i add this abp extension localization ? add a nuget package or directly add theses files in my solution ?
Thanks for your help. Olivier
I'm using the ASPNETZERO MVC release, no angular... In the Core ASPNETZERO part, the screen in your explanation is not exactly the same as my own, in my case there are only two button: Cancel and Save. If i push the return key in my keyboard, the Save button is fired, and on new line is not add in the textarea, it's the same issue in IE or Chrome last releases.
Thanks for your help.
Hi, Yes, .... when you press the key "return" on your keyboard in a textarea in a modal form as "Administration/language/ChangeText/Edit" modal, is not possible to insert a new line because, the Submit action of the form is fired.
Good beginning of week. Olivier
Sorry, but this setting doesn't resolve the mystake.
See below a extract of a log: 36258 DEBUG 2017-05-01 11:46:27,423 [6 ] Abp.Net.Mail.NullEmailSender - <a href="mailto:[email protected]">[email protected]</a> 36259 DEBUG 2017-05-01 11:46:27,423 [6 ] Abp.Net.Mail.NullEmailSender - 36260: DEBUG 2017-05-01 11:46:27,423 [6 ] Abp.Net.Mail.NullEmailSender - AbpZeroTemplate Security Code 36261 DEBUG 2017-05-01 11:46:27,423 [6 ] Abp.Net.Mail.NullEmailSender - Your security code is: 931528 36262 DEBUG 2017-05-01 12:10:28,404 [1 ] Abp.Modules.AbpModuleManager - Loading Abp modules... .....
Great week-end AbpZeroTemplate Security Code.zip
Hi, Sorry for the long time..... before my answser.. My APB.Zero RunTime Version is v4.0.30319....
good luck
Hi, In the case of a PIN code activation send by Email, It is the Subject describe in my first question. Can you find this subject in your source code in your side ?
Thanks in advance for your investigation. Regards